Question
Resources: Challenge: Ask For a User's Favorite Movies in Lesson 4, Classes and Objects, of the Lynda.com course Learning C++ with Peggy Fisher Solution: Ask
Resources:
"Challenge: Ask For a User's Favorite Movies" in Lesson 4, "Classes and Objects," of the Lynda.com course Learning C++ with Peggy Fisher
"Solution: Ask For a User's Favorite Movies" in Lesson 4, "Classes and Objects," of the Lynda.com course Learning C++ with Peggy Fisher
Review the video "Challenge: Ask For a User's Favorite Movies" in Lesson 4, "Classes and Objects," of the Lynda.com course Learning C++ with Peggy Fisher. Take notes on the program requirements.
Create a MyMovie class along with a main program that prompts a user with questions about his or her favorite movies, places the user's answers in an array, and then applies content from the array to the creation of MyMovie objects. Create a single C++ project (favoriteMovies) containing three interrelated files (favoriteMovies.cpp, Movie.cpp, and Movie.h) as follows:
Create a new project In Visual Studio named favoriteMovies.
Type in the code for favoriteMovies.cpp. You may begin with the example favoriteMovies.cpp file located in Lynda.com example, if you like.
From the Visual Studio main menu, choose Project > Add Class, then choose Visual C++ and click the Add button.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started