Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.
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
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