Question: I'm so lost. I need c++ Write a program that reads in data from a file and places the information in a struct named MovieData.
I'm so lost. I need c++
Write a program that reads in data from a file and places the information in a struct named MovieData. Add the option to search and sort by title. The input file has between zero and 100 records each with the all of following items (in order, separated as noted below)
Title
ReleaseYear
RunningTime
Rating and Title might have spaces in them. RunningTime is in minutes. Rating is something similar to RottenTomatoes.com, so listed in a percent. You will have a menu that continues until your press exit, and returns an error and goes back to the menu if not one of the choices. You can assume the user will only enter integers for the menu: 1. Read in Movies 2. Add Movies 3. List Movies 4. Search Movies by Title 5. Sort Movies by Title 6. Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
