CSCI-A290/A590 Tools for Computing: C++ (Spring 2010) Assignments
All assignments for the course should be turned in though the Vincent
system. All assignments are due prior to midnight on the due
date. The file must be named username_an.tar.gz,
where
username is replaced with your username and n is
replaced by the assignment number. This file should be a gzipped tar
archive containing all of the programs in the assignment. Within the
tar.gz file, each program should be in a separate directory. Each
directory should contain a file compile.txt which contains the command
necessary to compile the program.
In addition to the requirements in the assignment description, all
code for assignments must be well commented and must be stylistically
easy to read (consistent style, good use of indentation).