Menu

[Solved]Modify Inventory Management System Created Previous Assignment Assignment 2 Use Separate C Q37055424

Modify your inventory management system created inprevious assignment (assignment 2) to use separate container classto main the items collection and multiple modules to organize

You’ve been asked to write a small menu driveninventory management system for a small convenient store. Yourapplication shall maintain the following information regarding anitem.

Item ID – unsigned long
Item name – string
Item cost – float
Quantity – int

Following are the list of administrative functionalities yourapplication shall support:
1. Add new item to the inventory. This function will be used to adda single new item into the inventory management system.
2. Print all item information in the store – This function will beused to display all items in the inventory. When this option isselected system shall print Item ID, Item name, Item cost andquantity.
3. Find item by ID – This function will be used to search itemusing an ID. If item exist print item information. If not displayan error indicating item not found.
4. Find item by name – This function will be used to search itemusing name. If item exist print item information. If not display anerror indicating item not found.
5. Sort item by Name – This function will be used to sort all theitems in the store by name.

Write a menu driven application in C++. Here is a samplemenu.

Inventory Management System Menu
1. Add new item
2. Print item list
3. Find item by ID
4. Find item by namez
5. Sort by name
6. Quit
Note: I was answered the program but I need it to be modularizedinto hope and cpp files with container class

Expert Answer


Answer to Modify your inventory management system created in previous assignment (assignment 2) to use separate container class to… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *