supports a table of records.use a vector or a dynamic array to implement a table,

supports a table of records. Define a class called StoreItem, the instance of which is a record.The maximum number of records in a table is not predefined. Your program can use a vector or a dynamic array to implement a table, supporting dynamically the increase and the decrease of the number of records in a table. You program should consist of three files, which are Inventory.cpp, StoreItem.h and StoreItem.cpp.
The user need to input are as below:

1.Item ID
2.Item Name
3.Item Description
4.Category
5.Manufacturer
6.Selling Price
7.Cost Price
8.Units in Store
9.Units Sold
10.Year of Date First Introduced
11.Month of Date First Introduced
12.Day of Date First Introduced

The features required are as below:

1. Insertion of a new record
2. Update of a data field in a record
3. Deletion of a data field in a record
4. Deletion of a record
5. Displaying on screen the table of records showing
6. Saving the table into a text file
7. Loading the table from a text file
Do not double-post. The other thread: http://www.cplusplus.com/forum/general/242938/
Topic archived. No new replies allowed.