You might benefit from using strings in your structure, as opposed to a char array; but what is a string, if not a multitude of chars ;)
You should be able to just use my code as an outline to read your text file into your structure. You can see that at the beginning of my code I initialized an array of my structure, and then my load function populates it with the lines from the .txt!