Homework 7, The Musical Artist Class.

Short Description:

Create a class to store musical artists.

This assignment is worth 10 points.

Goals

When you finish this homework, you should have:

Formal Description

For our next project we will be creating a simple database to store songs and the artists that performed those songs. We will implement a system where the either the song or the artist can be upvoted or downvoted.

In preparation for this you will be implementing and testing an artist class.

  1. Begin by creating a directory to hold this homework.
  2. The ArtistT class
  3. Implement the header file.
  4. Implement the class
  5. Implement the PrintArtist function
  6. Build you own test program called myArtistTest.cpp

Required Files

A single tar file containing the source code and makefile for this program.

If you need to communicate any further information, please include this in a text file called ReadMe in this directory.

Please do not include executables in the tar file.

Submission

Submit the tar file to the d2l folder Homework 7 by the due date.