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 currentlocation (e.g.: room/building location). If an item is surplussed (e.g., gotten rid of), then the current locationshould 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 theuser to add, edit, and delete records from the list as well as search the list based on inventory number and printa report of all records. The list should always be maintained in order of inventory number. When the programcloses, the data file should be overwritten with the most recent data from the list.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here