School Project C++ Music Player
Budget: $30 – $250 AUD
I require a programmer skilled in C++ for a school project, focusing on constructing a music player. The main functionalities needed are:
- Play/pause functionality: The player should be able to play and pause tracks.
- Playlist management: The player should have the ability to curate and manage custom playlists.
For this work, experience in coding basic GUIs and proficiency in implementing algorithms in C++ would be highly valuable. This project involves the design and implementation of fundamental data structures, so a strong understanding of these concepts is necessary.
Create a C++ program for the following parameters:
Welcome to Dotifin!
Screen Selection:
(1) - Load & Play Music
(2) - Stop Music
(3) - Main Menu
Please select a screen.
If the user enters a number not 1,2 or 3 a message pops up saying "Please ensure your input is in the range 1,3.
Then re-runs the previous prompt: Please select a screen.
If the user selects 1, the following message appears "Please input the name of the file including the extension: " The file is "C:/Users/Guest1/Documents/Dotifinv1C++/Clair De Lune.ogg"
After the user enters the name of the file and the extension, the following message appears "Please input a name for your sound clip: " The name of the sound clip is "Track1"
After the user enters the name of the sound clip, the music file will begin playing.
While the music file is playing, the user can select "2" to stop the music.
The library is called splashkit.h
- Play/pause functionality: The player should be able to play and pause tracks.
- Playlist management: The player should have the ability to curate and manage custom playlists.
For this work, experience in coding basic GUIs and proficiency in implementing algorithms in C++ would be highly valuable. This project involves the design and implementation of fundamental data structures, so a strong understanding of these concepts is necessary.
Create a C++ program for the following parameters:
Welcome to Dotifin!
Screen Selection:
(1) - Load & Play Music
(2) - Stop Music
(3) - Main Menu
Please select a screen.
If the user enters a number not 1,2 or 3 a message pops up saying "Please ensure your input is in the range 1,3.
Then re-runs the previous prompt: Please select a screen.
If the user selects 1, the following message appears "Please input the name of the file including the extension: " The file is "C:/Users/Guest1/Documents/Dotifinv1C++/Clair De Lune.ogg"
After the user enters the name of the file and the extension, the following message appears "Please input a name for your sound clip: " The name of the sound clip is "Track1"
After the user enters the name of the sound clip, the music file will begin playing.
While the music file is playing, the user can select "2" to stop the music.
The library is called splashkit.h