How to hand in homework in GLDS 202, DUNNING N106, or DUNNING N103 I'm going to assume that your homework is entitled hw1.cpp and that your executable is called hw1.exe You may have called it something else, so be sure to change those values. Step 1: Log into sybil (using putty / ssh) Step 2: Change into your class/hw directory using cd Step 3: Type 'script hw1.script' and hit enter. Do not type the ' ' on this line or below. Step 4: Type 'cat hw1.cpp' and hit enter Step 5: Compile your code: 'g++ hw1.cpp -o hw1.exe' Step 6: Run samples of your program. Test all pieces - so this may take quite a few sample executions. On the other hand do not burden the printer or professor with dozens of pages of sample executions. Be nice to our environment and yet show the beauty of your executable at the same time. Run exe by: './hw1.exe' Step 7: Run another sample './hw1.exe' Step 8: Run another sample! './hw1.exe' Step 9: Type 'exit' Step 10: Be sure to follow all capitalization in the following instruction. Print code by typing: GLDS 202 should use 'enscript -PLJ4050 -2Gr hw1.script' DUNNING N103 should use 'enscript -PN103 -2Gr hw1.script' DUNNING N106 should use 'enscript -PN106 -2Gr hw1.script'