CptS 420 Project and Assignment Submission Form
The following form is intended to allow for easy submission
of programming projects and assignments for the
CptS 420 Software Engineering Course.
All the necessary files need to be archived into a single
compressed archive file which is then submitted via this form.
A compressed Unix tarball, using either compress
or gzip, or a PKZIP file is acceptable. To create
a compressed tarball containing the files
fred.c and wilma.h do the following:
tar cvf - fred.c wilma.h | compress > f.tar.Z
To create a gzipped tarball do the following:
tar cvf - fred.c wilma.h | gzip > f.tar.gz
To create a .zip file under DOS/Win32, get a copy of
winzip,
PKZIP,
or find a shareware version somewhere. In Linux, you can do the
following:
zip f.zip fred.c wilma.h
Orest Pilskalns
orest@vancouver.wsu.edu
January 21, 2005