How to hand in Assignment #1
To submit Assignment #1 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 Sept 23, 2010.
Files in the current directory should include :
- the interface file(.h) for your CharacterPicture class.
- the dummy implementation file(.cc) for your CharacterPicture class.
To submit Assignment #1 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 Sept 27, 2010.
Files in the current directory should include :
- the (possibly modified) interface file(.h) for your CharacterPicture class.
- the implementation file(.cc) for your CharacterPicture class with implementation for questions 1(a), 2(b), 3, and 4.
- the test program (question 7) 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 #1 Part III, change to the directory that has your solution in it.
Then use the command submitIII.
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 Sept 29, 2010.
Files in the current directory should include :
- the final interface file(.h) for your CharacterPicture class.
- the completed implementation file(.cc) for your CharacterPicture class.
- a test program to show that each member function of your class works correctly.
- a Makefile which builds your project.
- any other files you may have used to program this project.
From the directory, please all files that you do not wish to have submitted.
Computer Science 2620 |
Department of Mathematics & Computer Science
University of Lethbridge Home Page