How to Submit Your Programs

Please use the following command to submit your programs:

zip -r - file1 file2 file3 . . . | uuencode "homework" | mail -s 'AssignmentK' "schmidt@uci.edu"
This command combines all of your source files, Makefile, and README file, converts them into a form suitable for email, and mails it to schmidt@uci.edu. Make sure you replace the K in 'AssignmentK with the number of your current assignment.

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 not be graded!

Thanks,

Doug