Skip to content

This is a C++ Program which manages a playlist of songs. The PlayList class manages a dynamically allocated array of song objects. The song class is provided for you in song.h and song.cpp, which should NOT be modified. Your playlist class will be implemented in two files proj5_playlist.h and proj5_playlist.cpp. The class will support two basic …

Notifications You must be signed in to change notification settings

parinayseth/Playlist-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playlist-Manager

This is a C++ Program which manages a playlist of songs. The PlayList class manages a dynamically allocated array of song objects. The song class is provided for you in song.h and song.cpp, which should NOT be modified. Your playlist class will be implemented in two files proj5_playlist.h and proj5_playlist.cpp. The class will support two basic functions: Managing the playlist. This includes adding and deleting songs. Playing from the play list. This includes keeping track of which is the next song to be played. Obviously we will not actually be playing any music. “Playing” the song will consist of printing the name.

About

This is a C++ Program which manages a playlist of songs. The PlayList class manages a dynamically allocated array of song objects. The song class is provided for you in song.h and song.cpp, which should NOT be modified. Your playlist class will be implemented in two files proj5_playlist.h and proj5_playlist.cpp. The class will support two basic …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%