Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this program needs to be done with the compiler MINGW and it is a c program Write a complete C program to create a music

image text in transcribed

image text in transcribed

this program needs to be done with the compiler MINGW and it is a c program

Write a complete C program to create a music player Your program should read in several album names, each album has up to 10 tracks as well as a genre. First declare genre for the album as an enumeration with at least three entries. Then declare an album structure that has five elements to hold the album name, genre, number of tracks, name of those tracks and track location. You can use the template given below, but highly recommended to use your own variable names and enumeration list Then implement the following options in your main function. Option 1: call a function add_album -you should use a dynamic memory, it allows the user to enter the album details Option 2: call a function named print_all_album to print out the album details. Option 3: call a select_track_to_play function that allows the user to choose an album and then a track to play. It should print out "The track you selected " then the track name" from the Album: "then the album name" is now playing "from file location: " then the file location. When the user selects a track to play your program must call an external program to play the track. Option 4: Quit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions

Question

What is the measure of angle M? K 110 S N 50 L 50 30 M

Answered: 1 week ago

Question

2. How will the team select a leader?

Answered: 1 week ago