|
As far as data structures go, i would think that the linked list would be your best bet if you are just grabbing pieces and putting them into the structure from a file on indefinite length, but if you are parsing different parts out of it then you might need a custom structure for all of your parts. Would need more specifics on the problem.
|