C++ A college must track equipment items purchased using special funds. Create an inventory class that represents an equipment item. An equipment item consists of an 8- alphanumeric inventory number,...


C++


A college must track equipment items purchased using special funds.
Create an inventory class that represents an equipment item. An equipment item consists of an 8-
alphanumeric inventory number, a short description of the item, the purchase price of the item, and its current
location (e.g.: room/building location). If an item is surplussed (e.g., gotten rid of), then the current location
should say surplus, but the item should remain on the list.
Write a program that reads inventory items from a file into a vector. Implement a menu system that allows the
user to add, edit, and delete records from the list as well as search the list based on inventory number and print
a report of all records. The list should always be maintained in order of inventory number. When the program
closes, the data file should be overwritten with the most recent data from the list.



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here