Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a complete Cor C++ program to implement a digital music archive program. The program should be able to allow the following operations through the

image text in transcribed
Write a complete Cor C++ program to implement a digital music archive program. The program should be able to allow the following operations through the menu structure. Use FILE to write the outputs, the song directory: Menu: 1- Add a new song to directory 2- Delete a song from the directory 3- List all songs in the directory 4- Search a song: A Search according to song name B - Search according to singer's nan 5- Update song information 6- Sort according to song name 7- Sort according to singer's name 8- Quit struct date { int day, month, year; }; struct car { int ID; char songname[100], singersname[30], category[10]; struct date albumdate; song directory[100]; Important notes: .Write a user defined function for each menu option. Use {Pop, Rock, Jazz, Blues) values for the category. . Please upload your source code from the moodle. If you have difficulty or problems doing it, please e-mail to

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

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions

Question

Welcome the customer back and offer your help in the future.

Answered: 1 week ago

Question

=+you think is being taxed when more money is printed? Why?

Answered: 1 week ago