How to Submit Your Programs

Please use the following command to submit your programs on UNIX/Linux:

zip -r AssignmentK file1 file2 file3 ...
and then emailing me AssignmentK.zip to schmidt@dre.vanderbilt.edu.

This command combines all of your source files, Makefile, and README file. Make sure you replace the K in 'AssignmentK with the number of your current assignment. Also, please do not use gzip/tar - just zip.

The following explains additional requirements of the submission process:

Please follow this procedure so that it will be easier to automatically unpack your program, compile, run, and grade them. If you do not follow this procedure your programs will be returned to you unreviewed/ungraded!

Thanks,

Doug