Homework Assignments and Info

LINK TO SAMPLE CODE

Here is some   basic unix information   (including a few basic commands)
Here are instructions on   transferring files to the linux machines in UW1-320

Miscellaneous Rules
  • Make sure your program compiles with the sample main (when given), otherwise you will lose a large number of points needlessly. You must name everything as I do so when I test it compiles.

  • NEVER make us enter characters at the terminal. Remove all   "cin >> ..."   or  system("pause")  from your code before you turn it in.

  • You will usually turn in (electronic only) a typescript (called typescript, no .txt), done under linux, which shows that your program compiles and runs. If need be, comment out code that does not compile.

  • Only one person in a pair needs to turn in the program. It doesn't matter who turns it in. If you both do, I will only use ONE of the electronic versions, so they had better be identical.