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
If your program does not compile with the sample main given, you will
receive a maximum of 50% of the points. It will not be fixed! Note that
this sample main typically does not test your program thoroughly.
Also, you must name everything identically as specified!
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.
Use the comment field in catalyst ONLY when you have known bugs.
Describe them clearly. Do NOT comment otherwise.