How to hand in Assignment #2
To submit Assignment #2 Part I, change to the directory that has your solution in it.
Then use the command submitI.
This command will package all the files in the current directory for submission and send them to the marker. This is to be done on or before Oct 25, 2010.
Files in the current directory should include :
- the interface file(.h) for your TriangularMatrix class declaring the matrix, its constructors, destructor, assignment operator, the input function and the overloaded insertion operator.
- the implementation file(.cc) for your TriangularMatrix class with the definition of those functions declared in the header program.
- the test program which tests those functions implemented.
- a Makefile which builds your project.
- any other files you may have used to program this project so far.
To submit Assignment #2 Part II, change to the directory that has your solution in it.
Then use the command submitII.
This command will package all the files in the current directory for submission and send them to the marker. This is to be done on or before Oct 27, 2010.
Files in the current directory should include :
- the completed interface file(.h) for your TriangularMatrix class with all functions declared.
- the implementation file(.cc) for your TriangularMatrix class with implementation for all function.
- the test program.
- a Makefile which builds your project.
- any other files you may have used to program this project.
From the directory, please all other files that you do not wish to have submitted.
Computer Science 2620 |
Department of Mathematics & Computer Science
University of Lethbridge Home Page