How to hand in homework I'm going to assume that your homework is entitled hw2.cpp and that your executable is/will be called hw2.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 handin2' and hit enter. Do not type the ' ' on this line or below. Step 4: Type 'cat hw2.cpp' and hit enter Step 5: Compile your code: 'g++ -o hw2.exe hw2.cpp' 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: './hw2.exe' Step 7: Run Other samples if needed to test other cases './hw2.exe' Step 8: Type 'exit' - this closes the script Step 9: mail to yourself using: mail yourusername2@washcoll.edu < handin2 Step 10: Check your mail to see if your handin2 is reasonable. If it isn't, restart at step 1 and make a new one.