From: Ransom Winder Newsgroups: csd.cmsc420.0101 Subject: Submit Procedure for Project 1 You will use the following method to submit: 1) Put all your necessary files (the .cc or the .java files, your makefile, and your readme file) into a directory named as follows: p1 [So if your login name is dn42003 then you should name your directory p103] 2) tar this directory into a tarfile named p1.tar tar -cvf p1.tar p1 3) gzip this file into a file named p1.tar.gz gzip p1.tar 4) mail this tarred and gzipped file to dn42001@umd5.umd.edu before the deadline. Your readme file should tell me how to compile and run your project. Make sure it is concise and clear, or you will lose points on documentation. Also simpler is better. So if you can make it fast and easy for me to compile and run your project, that will raise my opinion of your work and potentially raise your grade. Ransom