* Handin directions * Please follow these directions *exactly*. ----------------------------------------- 1) Create a new subdirectory in your home directory, say hw3. 2) Copy *all* of your code files and your makefile to the new subdirectory. This means all source code needed to compile your program. So, the directory should contain all of your .h and .cc files, Makefile, README, and nothing else. (Please DO NOT include test files or any executables). If you completed the entire programming assignment, you only need to turn in part 4, which should be an extension of the code for part 3, part 2, etc. If your program does not fully work, turn in the last working part along with your attempt at the next part, and indicate clearly which is which. Put the last working part and non-working part in separate subdirectories, named appropriately (for example: .../hw3/part3work and .../hw3/part4try). 3) cd into the hw3 directory (cd hw3). 4) Submit your files by running the command: ~cs140ar/bin/submit cs140ar hw3 This will tar and zip all the files and subdirectories in your current working directory and submit that file. The name "hw3" used in the submit command is the directory in the cs140ar account. You must use the exact name hw3 for your submission to work. 5) If you want to check to make sure that your work was submitted correctly, run the command: ~cs140ar/bin/check_submit cs140ar hw3 This command will tell you what files of yours are located in the reader's hw3 directory; there should be a file called .tar.gz. You may submit multiple times if necessary. Make sure that you include all files for each submission because any previous submissions will be deleted entirely.