Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions