PDA

View Full Version : Updating Items in Template Array Class


C++
10-28-2009, 02:48 PM
I have a program that reads from a file, and inserts the read items into a template array. Once that file is read into the array the second file is read, if there is a invald name ie name not int the array it is not updated. The second file is just a list of scores in a game and the winner's record...