Skip to content

MayaBishop/SongList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a song list class which I made for a project to represent a song list which allows songs to be added, played and erased.
I also made a series of test cases for the project which can be found under the tests folder.

  • The *.in files are the input for the test and the *.out files are what the output should be to compare against.

In order to run the program once you have pulled the git repo do the following.

  • In the Code directory run the make command.
  • Then run ./songlistdriver to run the program. You can add < ../tests/test{number of case}.in to test a specific case I made.
  • To clean up the directory run make clean.
    More info about the classes and structure can be found in the Info pdf.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors