Question: code language is c++ and please try to make it as much simple as possible. Thanks! Bookilist Create a C++ program that wil keep a
Bookilist Create a C++ program that wil keep a list of books. Your program must meet the folowing critaria: The program wili provide the user with a monu to add names to the list, delote a name from the lat (6earching by sie), diaplay the lat in irs antirnty The list of books will be stored as a dynamically allocated array of stings. The stings can be either STL strings or C style stings The lat must be stored in a class There must be an operator overioad 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 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 list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
