Homework Guidelines for CS 5600

Homework will be graded on the following bases:
It should be noted that I will be reading your code. If I cannot understand how your program works based on your commenting and documentation, you may lose points. Be sure to make a reasonable effort to make your code readable.

Handing-in Assignements

Assignments will be handed in electronically using submit (on the cs side). Each project will have its own project folder. To submit a project, type on the command line:
submit cs5600 project file1 file2 ...
Where project is replaced with the project's name given in the assignment, and file1, file2, etc. are the files of your project. You are responsible for making sure all necessary files have been turned in.
You can check to see which files you have turned in thus far by typing:
submit cs5600 project
Or just see what projects are in the class folder by typing:
submit cs5600