BICS 265

Final Project



 
 
 
 
 
DUE 5/20/2003 - Final Project

 

You are the owner of a hardware store and need to keep an inventory that can tell you what different tools you have, how many of each you have. Your program should read a data file that can contain a maximum of 100 records (file name is hardware.dat). Additionally, your program should allow you to input data concerning each tool. Your program must maintain the following information about each tool: ID Number, Description, Quantity, Cost, Vendor, Reorder Point.

When a user wants to access the data, your program will read the database data into an array of structures. The program askes the user for their ID number.  Once a valid ID number has been obtained, your program should present the user with a menu of activities like the following.

L ist all tools
U pdate record
A dd new record
D elete record
R eorder Report
E xit Program

Print a copy of your record text data file to turn in along with a copy of your source code for the database program and enough screen prints to demonstrate all program requirements. Highlight the changes and be sure to label each screen print!