Homework assignments and Related Information

Copyright 2010-current year by Carol Zander.
For use of any materials, you must get explicit permission form Carol Zander.

Coding and Documentation Guidelines         Grading Rubric

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.

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

  • You will always turn in (electronic only) a typescript, 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.

  • Use the comment field ONLY when you have known bugs. Describe them clearly. Do NOT comment otherwise.