Monday 16 December 2013

C++ program

Paper instructions:
Involves creating a data base using link-lists
Colleges that contain a number of departments
two classes must be created one for colleges and one for departments
All are in Public
a college class contain :college name+ number of students + pointer that points to next college + pointer that points to it’s existing departments
The departments contain : department name + number of students + pointer pointing to the next department of the same college.
details will be attached
You may use:
Loops if, for, while, do-while, overriding, constructors

No comments:

Post a Comment