Project 3, A Simple Music Database.

Short Description:

Write the supporting classes for a simple music database.

This assignment is worth 30 points.

Goals

When you finish this homework, 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. Note this file changed from the previoius homework (the constants were lowered).

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

Please note, I removed up votes and down votes from the previous homework to simplify the project.

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: