I have to read in this file. It consists of a name, size, type, value, and address. I want to read in this file and store the different values into a structure so i can search it later in the program.
ex)
MAX 2 bytes hex 10 0000
What I am doing is reading in a line and...