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

Assignment 9

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

The main program is identical to that of assignment #8.

You will need to change your assignment #8 files "CustomerDB.h" and "CustomerDB.cpp" to use a linked list.

The behaviour of assignment #8 and assignment #9 are identical.

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

Updated: Tue Mar 8th, 2011