- Put all the applicable files into a single directory (This directory should be named with your usercode, followed by the project number. Usercode is your login-name.).
A README and Makefile files are required for ECS 275. The README should describe how to compile the programs (with the Makefile), how to operate the programs, and the output of the program that we should expect.
No executable files, nor ".o" files should be sent to the reader.
- tar that directory using the following commands
tar cvf usercode1.tar usercode1
where the last parameter is the name of the directory you just created.
- handin the file on a CSIF computer by using the following command:
handin cs275 p1 usercode1.tar
(This command will copy your tar file into the handin/p1 (project 1) directory of the cs275 account.)For subsequent projects, use p2, usercode2, etc.