Question: Create a program in C++ that when executed, it will read a binary file that contains a list of music. This information will be placed
Create a program in C++ that when executed, it will read a binary file that contains a list of music. This information will be placed into an ordered linked list. The user will then be able to save the linked list to a binary file. The structure for your data should contain members for pertinent information such as, song id, song title and artist. Be sure to add a serialize and deserialize function to both the list and data classes for use in binary file I/O.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
