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
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