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

Assignment 2

This assignment involves the use of structures, arrays, and functions.

You are provided with files "a2skel.cpp" and "a2soln.exe" (the sample executable). You will also need "stdstuff.h".

Rename a2skel.cpp to a2.cpp and complete the structure and functions so that your program behaves exactly like the sample executable. Note that the customer order (i.e. the order in which the customers are stored in the array) does not matter, so if your program is different from the sample only in the order of the customers, that is fine.

Submit file "a2.cpp".

Updated: Tue Jan 12th, 2011