Question: In this homework you will be developing a custom C + + program that can find movies matching one - or - more of the

In this homework you will be developing a custom C++ program that can find movies matching one-or-more of the following conditions specified by the user: 1. title: If this input is specified (i.e., not an empty string) then this specifies the partial (i.e., substring) title for the movie the user is interested in.2. genre: If this input is specified (i.e., not an empty string) then this specifies a partial (i.e., substring) for the genre for the movie the user is interested in.3. startYear: If this input is specified (i.e., not an empty string) then this specifies the earliest year to search for movies. For example, if startYear=2000, then return only movies with year >=2000.4. edYear: If this input is specified (i.e., not an empty string) then this specifies the latest year to search for movies. For example, if endYear=2016, then return only movies with year <=2016.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!