Question: C++ Project: Create a Bookstore MIS I have to create a Management Information System for a Bookstore using two different data structures (two separate projects)

C++ Project: Create a Bookstore MIS

I have to create a Management Information System for a Bookstore using two different data structures (two separate projects) in C++. So, we first have to create it with Array. Can you help me with this please?

Assignment:

Develop a Management Information System for bookstore using the following techniques: classes: (1) The following classes may be required: Catalog, Book, Date --- constructor: parameterized, default, and destructor, copy constructor (if needed) --- accessor and mutator to key attributes (2) array of object: --- create an array and methods corresponding to array --- sort, min/max, average, add/insert/delete element, and search operations about array (3) user interface --- manage the catalog --- transactions (order, sale, etc.) in book-store (4) documenting your software project (how to use it and sample output). After finishing this, you will redo the project using another data structure. You choose which data structure you want to use, but you need to justify it.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!