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.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section: Chapter Questions
Problem 1PP
icon
Related questions
Question
100%

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.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
User Defined DataType
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr