The project is to be handed in as a tarred and zipped file.
The file must be mailed to me, forsyth, as an attachment.
General instructions
place all files for this project in a single directory.
there must be a README file which tells the files that should be
in the directory and any special instructrions needed to create
your project. This file should include the names of members of your group
and the role each played in creating the project
there must be a file containing the design of the project
there must be a user manual which tells me how to run the project,
its features and "bugs" or things that it can not do.
there must be the C++ code for project along with a Makefile.
tar instructions
you should be in the directory that contains the project directory,
NOT in the project directory.
create a tar file of the project directory using the command
tar -cvf projectName.tar directoryName
where projectName is any name that you choose and directoryName is
the name of the directory where your project files are stored.
this will create a file in your directory called projectName.tar
zip this file using the command
gzip projectName.tar
this will compress the tar file and add the extension .gz
now open the mail tool, and attach this file to a message and send it to
me.