Project 3, A Simple Music Database.

Short Description:

Write the supporting classes for a simple music database.

Goals

When you finish this project, you should have:

Formal Description

For this project, you will be implementing four classes used in a simple music database. The header files for these classes are here: You must implement the classes without changing these header files.

In addition you will need ProjectConstants.h. You should not alter this file.

The main program for this database is project3.cpp. Your classes must compile and work with this program.

In the following description, information in the header file takes precedence over the written description. (I did not intentionally insert errors, but there may be. The header files are correct).

Implement the following classes

You should also use the following files: