C++ inventory program

Thread Starter

Honeybee

Joined Nov 1, 2004
12
Hi

I was required to write a program to keep track of inventory for a farm.
It entails the following:
1.We are required to use structures to store the name and quantity of each animal.
2. Allow the user to input a new animal (in alphabetical order) using the find function.
3. Change the quantity of animals
4. Print out the entire inventory with the names left aligned and the quantities right aligned.
The basis of the program uses a typical Menu.

I'm short on time. Does anyone have any suggestions or know anyone or any website that will provide detailed info?

Thanks
 
Top