General descriptionfor this project you will write a


Assignment

General Description:For this project, you will write a program that keeps track of inventory for a camera store. The data is located in the file Inventory.txt on the S:\ drive. While the program is running, the information should be stored in a linked list.

1. The information for each item will be stored in a struct

a. The definition will be in a separate file called item.h

2. The total inventory will be stored in a linked list

a. The definition of the list class will be in a file called dlist.h

3. The program should be able to perform the following functions

a. Display the inventory in alphabetical order by name
b. Display the inventory in reverse alphabetical order
c. Add an item to the inventory
d. Delete an item from inventory
e. Change any info for an item

i. Which means you have to be able to search for a particular item

4. The program will run until the user chooses an option to exit

5. The list is not in alphabetical order, so you will need to put it in order.

6. Whenever you change a name or if you add an itemthe list must stay in order.

7. When you are done, the list will be output to a file called newlist.txt

8. You must have internal and external documentation:

See the handout on Documentation Standards

9. You will demonstrate your working project to me at an appointed time

10. You will hand in a copy of all your files, along with the documentation.

Attachment:- Project-Inventory.rar

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: General descriptionfor this project you will write a
Reference No:- TGS02697331

Expected delivery within 24 Hours