Carleton University
Department of Systems and Computer Engineering
SYSC 2002 - Winter 2011

Assignment 7

This assignment involves improving your assignment #6 by adding the ability to walk through the database (CustomerDB) using startWalk and continueWalk.

The customer database class ("CustomerDB.h" and "CustomerDB.cpp") must change:

The updated main program is provided (a7main.cpp). While you can use your Customer class ("Customer.h" and "Customer.cpp") from assignment #6, it's strongly recommended that you use those from the sample solution to ensure that your CustomerDB class is consistent with our Customer class as the TAs will use our Customer class for testing.

Refer to the sample executable if you have any questions.

Submit files "CustomerDB.h" and "CustomerDB.cpp".

Note that assignment #8 will be re-doing assignment #7 with a dynamically allocated array, and assignment #9 will be re-doing it with a linked list.

Updated: Thu Feb 10th, 2011