Could someone help me with this... im really struggling with this one.

closed account (30D23TCk)
Your band is playing a gig and has come up with a list of songs, which you have stored in a le called
SetList.txt
. The set list may contain up to 25 songs.
Write a C++ program that does the following:
Read the le into an array.
Pass the array in a function that will sort the array (either selection sort or bubble sort.)
Request from the console a song to search for.
Write a function that will perform a binary search on the array.
Display that the song is on the list or not on the list depending on if you found it.
Continue processing songs until END is typed in.
Please refer to the textbook for the sorting/searching algorithms and sample code
Last edited on
What have you coded so far?
Topic archived. No new replies allowed.