Question: #include helpers.h / / this will not compile out of the box / / need to implement the red underlined methods int main (
#include "helpers.h
this will not compile out of the box
need to implement the red underlined methods
int main
Playlist all new Playlist;
allsetNamedbLarge;
ifstream inFiledbLargetxt;
readDatainFileall;
int userEntry;
bool exitProgram;
do
Playlist newest new Playlist;
Playlist selectedPlaylist new Playlist;
systemclear;
displayMainMenu;
do
cout "Make your selection: ;
int userEntry;
getUserEntryuserEntry;
whileuserEntry && userEntry ;
systemclear;
switchuserEntry
case :
exitProgram manageExistingPlaylistsallnewest; implement delete, modify, and display
ifnewestgetNumSongsLoaded
delete newest;
ifexitProgram
return ;
break;
case :
exitProgram createNewPlaylistallnewest;
ifexitProgram
return ;
break;
case :
exitProgram true;
break; user exit
default:
cout "Invalid option entered. Please try again."
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
