Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

c++ coding 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

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions