CISC 181 Honors - Spring 2006 Project 3 - Classes Step 1 - setting up the classes: 20 pts (I'm only judging for syntax here, not content) xxxx.h: 5 pts xxxx.cc: 5 pts xxxxList.h: 5 pts xxxxList.cc: 5 pts Step 2 - implementing the functions: 50 pts add: 5 pts list: 5 pts quit: 5 pts summarize: 5 pts find: 5 pts delete: 5 pts update: 5 pts read: 5 pts write: 5 pts smarter quit: 5 pts Step 3 - copy constructor: 5 pts Step 4 - overloaded = operator: 5 pts Step 5 - destructor: 5 pts Step 6 - stream insertion operator: 5 pts Step 7 - overloaded binary + operator: 5 pts Sumbission details: 5 pts Total: 100 points