Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ In this project you are to create a database of books that are stored using a vector. Keep track of the author, title, and

C++ image text in transcribed
image text in transcribed
image text in transcribed
In this project you are to create a database of books that are stored using a vector. Keep track of the author, title, and publication date of each book. allows the user to select from the following: (1) Add a book's author, title, and date; (2) Print an alphabetical list of the books sorted by author; and (3) Quit. Your program should have a main menu that You must use a class to hold the data for each book. This class must hold three string fields: one to hold the author's name, one for the publication date, and another to hold the book's title. Store the entire database of books in a vector in which each vector element is a book class object. To sort the data, use the generic sort function from the library. Note that this requires you to define the

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

Students also viewed these Databases questions

Question

=+j Identify the challenges of training an international workforce.

Answered: 1 week ago