g++ -o main main.cpp file1.cpp file2.cpp ...
To get code running with java 1.6 on stdsun you'll need to use the 'subscribe' command to subscribe to JDK6, but then you'll receive some heap size errors. I emailed the cse help desk about it and got the following response: "You can adjust your heap size by invoking the settings parameters. They are: -Xms512k (memory heap start size 512 kilobytes) -Xmx1024m (memory heap max size 1024 megabytes) Both should be invoked at the same time and you may test different heap sizes. Our recommendation is 16m to start and 256m to max." What worked for me (I couldn't figure out a way to set this permanently), was to use java calls as "java -Xms16m -Xmx256m somefile".
cse.course.cse655
regularly. Important announcements regarding labs, exams, etc. will
often appear there. If you are having trouble reading the newsgroup from
home etc., you may want to consult this document (url: http://www.cse.ohio-state.edu/~neelam/courses/655/newsgroupSettings.html).
If you would rather forward your e-mail to your Ohio State e-mail (lastname.##@osu.edu), simply create a file called .forward in your unix home directory. In this .forward file, type the e-mail address you wish to have your CSE e-mail forwarded to and save the file. Your e-mail will then be forwarded to the address you specified.Again: Please read your CSE e-mail regularly.
If the grader has problems with your assignments or running your labs etc., he/she will send mail to your CSE address and it is your responsibility to respond promptly.