Question: Book List Create a C++ program that will keep a list of books. Your program must meet the following criteria: The program will provide the
Book List 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 from the list (searching by tite), display the list in irs antiroty 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 handlo the output of the list. You must provide a copy constructor for the class that will allow the programmer to set one class object equal fo another There must be a function to allow the list size to be increased without losing data that has been previously stored in the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
