|
C M S C 2 1 4 C o m p u t e r S c i e n c e I I F a l l 2 0 0 2 |
EXPECT additional updates (including Makefile, and a few reminders before submitting).
You must submit the following files:
StyleExercise.cpp after revision.
Tokenizer.cpp and Tokenizer.h.
MovieQueue.cpp, MovieQueue.h, MovieQueueUnit.cpp, MovieQueueUnit.h.
In addition: Movie.cpp, Movie.h, Assert.h, AssertException.h, TestCase.h, TestSuite.h. (Check to make sure there aren't leftover files needed).
ItemSortedList.dcmt (should include three classes: an outer class, and two nested ones).
ItemArrayList.dcmt (should include three classes: an outer class, and two nested ones).
Item.h, Item.cpp, ItemArrayList.h, ItemArrayList.cpp, ItemSortedList.h, ItemSortedList.cpp, ItemSortedListUnit.h, ItemSortedListUnit.cpp.
Any class files you write, plus their documentation. The documentation only needs brief descriptions of each method. You DO NOT NEED to write precondition, postcondition, nor running-time of any methods.
Include a main.cpp where main() is implemented.
CC = cxx LFLAGS = -w0 -std strict_ansi CFLAGS = -w0 -std strict_ansi -cat the top of your Makefile. Read the tutorial (click on Tutorial on main webpage) for an example (ignore the g++ related material).
You need to have lines to compile each of these .o files with the -c options.
|
See the class syllabus for policies concerning email Last Modified: Fri Sep 27 21:32:03 EDT 2002 |
|
|
|
|
|