Question: code language is c++ and please make a new code and make it as much simple as possible. BookList Create a C+ program that will

code language is c++ and please make a new code and make it as much simple as possible.
code language is c++ and please make a new code and make

BookList Create a C+ program that will keep a list of books. Your program must meet the following criteria: The program will provide the user with a menu to add names to the list, delete a name fom the list (searching by site), diaplay the liat in irs antirety The list of books will be stored as a dynamically allocated array of strings. The strings can be either STL strings or C style strings The list must be stored in a class There must be an operator overload created for the stream extraction operator that will handle the output of the list You must provide a copy constructor for the class that will allow the programmer to sot one class object equal to another There must be a function to allow the list size to be increased without losing data that has been previously stored in the ligt

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!