Hey guys I'm having a lot of trouble getting this program to work. I want to keep an inventory of different tools using a random-access file that shows the name of the tool, how many of each tool I have on hand, and the cost. I then want to put all this info. into a .dat file and be able to list all the tools, delete a record for a tool, and update a tool's information.
When I compile the code I get no errors, but when I try to run it I get an error saying assertion failed string subscript our of range. Any help with this would be much appreciated.