How to hand in homework I'm going to assume that your homework is entitled hw1.cpp and that your executable is/will be 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: mail to me using: mail sramsey2@washcoll.edu < hw1.script