c++ homework help assignment 11
Assignment 11
Modify Assignment 9 (or 7, or 5, or 4) to:
- Use a vector, not an array/list, to store and retrieve movies.
- Add an overloaded less than (<) operator to the Movie class to compare movies, based on the movie title.
- Use the STL sort algorithm to sort the vector (by title using the operator<).
I have attached assignment 7 and can be opened with microsoft visual studio