General Information
General information regarding programming issues, which may be relevant to the projects, will be presented here.
- Project Submission: Programming assignments are submitted through the Submit Server. After clicking this link, you will be asked to login using your University directory ID. Note that we will not do any testing through the submit server—you will simply upload a bundle containing all your submission files. As a favor to the TA, please remove large binary files that are not needed to execute your program (compiled object files, executable files, other junk generated by the compiler.) Also, remember to include in your submission a ReadMe.txt file, which explains to the TA how to compile and execute your program. If you don't spot the project or have any questions, please send an email either to Dave Mount or the TA.
- Programming Assignment 2:
- Sample Executable: I have uploaded a web executable version (currently unavailable) of our solution to Programming Assignment 2. Of course, you are encouraged to deviate from this and try your own ideas. This is provided just to give an idea of the general look-and-feel of one possible solution. (The code has not been extensively tested. If you spot any significant discrepancies between the implementation and the project specifications, please check with me.)
- Technical Notes: I have put together a small set of Technical Notes, which provide some general information about how we implemented our program.
|