Instructions for Homework 3
Instructions from Mike Murphy:
That sounds fine. I have a midterm on Thursday at 12:30 so if they
cannot email it to me, encourage them to visit in the afternoon. My
times for demos shall be 7:30-8:30 Thursday morning and my normal
Thursday office hours 4:30-5:30 in the afternoon. I will be in the
junkfood lab during those times.
If they choose to submit via email have them follow these
instructions. Please emphasize the subject line comment in the last
point because I will be getting submissions from both classes and I
don't want to get the files mixed up.
Thanks,
Mike
Instructions for Submitting your Code
When you are ready to submit your code, perform the following steps:
-
Create a new directory with the same name as your last name.
(i.e., mkdir lastname). This is your submission
directory.
- Place all of your source code and makefile into this
directory. Do not include object files, executables, or
images here!
-
Create a README file clearly describing all of the files
in your submission directory and place it in the directory.
- Create a tar file of your submission directory by typing the
following command from the parent directory of your submission
directory: tar -cvf lastname.tar lastname.
- Compress this file by typing gzip lastname.tar. This
creates a compressed file entitled lastname.tar.gz.
- Uuencode this file by typing uuencode lastname.tar.gz
lastname.tar.gz > lastname.submit.
- Email the lastname.submit file to murphy@cs.umd.edu
by 11:59pm on March 27th. Put CMSC 754 in the subject line.