c++ homework help assignment 11

Assignment 11

Modify Assignment 9 (or 7, or 5, or 4) to:

  1. Use a vector, not an array/list, to store and retrieve movies.
  2. Add an overloaded less than (<) operator to the Movie class to compare movies, based on the movie title.
  3. 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

Posted in Uncategorized