challenge


The US Army is interested in keeping track of where various pieces of equipment and being stored and whether or not the equipment is ready for use. To demonstrate your system design you need to show them how you can store information about each piece of equipment, retrieve that information and make updates as needed. The program is to be developed in C++ using classes. Each piece of equipment will have the following attributes: Serial Number, Description, Date of Manufacture, Price, Quantity, Unit, Location, Availability, and Condition. The condition values will be:

A – available
I – in service
N – needs repair
L – lost/missing/stolen

The condition values will be

0 – NA (not available)
1 – poor
2 – fair
3 – good
4 – excellent
5 – new

If the equipment is missing then you need to indicate that you do not know the condition so it will be marked as 0 – NA.

The program should allow you to enter either a Serial Number or a Description in order to display the information about the particular item. Remember you might need to search for parts of a description. You may return more than one item when you search by description. Serial numbers will be unique. You don’t need to check for that, just make certain that keep up with the serial numbers that you have used.
so i'm guessing this is your homework
its a bonus (optional)
What's with the double post?
http://www.cplusplus.com/forum/general/113377/
Seems like homework and really easy. I have to do something like this right now but I also have to implement a quick sorting algorithm to sort by each individual attribute
Okay so you're telling us what your assignment is. Now what is the question? What do you need help with? Where is your code? Have you given it any effort?
Topic archived. No new replies allowed.