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

Assignment 8

This assignment involves converting your Customer database class from one that uses a statically allocated array (assignment #7) to one that uses a dynamically allocated array.

The main program provided has been changed to ensure that there is no reference to a full database.

The Customer database class ("CustomerDB.h" and "CustomerDB.cpp") must also change.

The only difference in the behaviour between assignment #7 and assignment #8 is that in #8, the database will never become full, so no new sample exe is needed.

Changes are not required to "Customer.h" and "Customer.cpp" (again, we recommend that you use those provided with the sample solution for assignment #6). Submit files "CustomerDB.h", and "CustomerDB.cpp".

Updated: Mon Feb 28th, 2011