You have three choices:
Do the regular section project 3 (note that this means you kind of have to sort of do the regular section project 2 as well, since project 3 builds on their project 2).
For this project you "choose a theme" and then write a program that manipulates a linked list of objects according to that theme.
For example, if your theme is "ski resorts", you are writing a menu-driven program to manipulate a linked list of "ski resorts", and your data members are things like "name of resort", "location", "number of trails", "distance from Newark".
If your theme is "moves starring Tom Hanks", the attributes are "title", "rating", "year released", "box office gross", etc.
You need at least two character attributes and two numeric attributes.
You also have to write a separate main program that shows that the following member functions work correctly:
(1) copy constructor
(2) overloaded = sign
(3) destructor
(4) overloaded <<
(5) overloaded + (for adding objects to the list).
For choice #2 and #3, the deadline for your "proposal" is the end of lab on 11/15/05). Kevin is available to help you brainstorm if you have an idea and you aren't sure how to work in "linked lists". Your proposal doesn't have to be 100% completely thought out, but you have to have at least an initial idea and it should be, let's say, 60% thought out (whatever that means).
Just realize that we need to put a stake in the ground soon if you want to do something _other than_ Choice #1.
Any questions, feel free to email me (please CC Kevin).