|
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 |
Resubmit Tokenizer.cpp and Tokenizer.h.
Make sure it runs with the driver posted in P1/Secondary (in the posting account). The driver was updated the day after it was posted, since there was a period missing in Test 4. So make sure you used the latest driver. MovieQueue is not submitted.
If you want split() to return an ArrayList, instead, write a new function called split2() which does that, and leave split() to return a vector as before. That way, we can run the same tests on your project.
Only submit the latest Item.h and Item.cpp.
Do NOT submit ItemSortedList nor ItemArrayList. They should not appear in your project (instead, you will submit SortedList and ArrayList).
Submit SortedList and ArrayList (.cpp and .h).
Also submit ItemComparator (.cpp and .h).
Also, make sure that SortedList has two template variables: Data and Comparator and that locate() uses the Comparator object to do the comparison.
Submit Algorithm (.cpp and .h).
Submit MovieALQueue, MovieALQueueUnit (.cpp and .h)
You do not have to submit Assert.h, TestCase.h, etc. We will use the files provided to you from P1.
CORRECTION: Unfortunately, the files were meant to be added while grading your projects. However, they are not added during the submit process, which means you need to include the above files in your tarfile in order to properly produce MovieALQueueUnit.o.
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.
Documentation should end in .mine.dcmt.
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 |
|
|
|
|
|