Homework 7 feedback..
- If you want to run my tests, or even look at my test files
- On cslab103
-
~dbennett/230/hw7/doit
- This will compile and run artestTest
- This will compile and run myArtistTest
- This may produce output depending on what you did.
- Output here is not wrong.
- This will create a directory called graded
- It will copy some files here and compile and run two tests.
- Make sure you ALWAYS check you array index values
- between 0 and MAX_SONGS_PER_ARTIST -1.
- Many of you didn't do this.
- Use the headers as specified.
- This was both in the UML diagram and in the description.
- My code will not compile when you do this.
- Don't add functionality.
- An artist has no responsibility for valid song Ids. Don't check.