Question: In C++ Commands, and please provide comments. Write a Library class such that libraryDriver.cpp can make use of functions in the Library class to create

In C++ Commands, and please provide comments. Write a Library class suchthat libraryDriver.cpp can make use of functions in the Library class tocreate a book recommendation system. The Library class should have the followingIn C++ Commands, and please provide comments.

Write a Library class such that libraryDriver.cpp can make use of functions in the Library class to create a book recommendation system. The Library class should have the following two private data members: an array of Book objects books . an array of User objects users The libraryDriver program will need to have the following features: . Load book data and user data from text files. A user must be created for ever user in the ratings.txt file, and a book must be created for every book in the books.txt. 2. a) Login. (There are no passwords. Anyone can log in as anyone else simply by providing their name.) After the data is loaded, welcome the user to the library and ask them to enter their name. If a user has interacted with the system before, the system should remember the user's previous ratings. 2. b) Add new user. If it is a user's first time interacting with the system, they should be added to the list of users

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 Databases Questions!