The method you use to parse this file sincerely depends on how you will use it after it is parsed.
You could just read it into a string array or you could parse it into structs or objects.
What version of C++ are you using and what do you need to do with the data after you read it from the file?
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
OK. I see, though, you have a very large ASE file, but a small struct to store it.
Do you only want part of the data in the struct or all of it?
The struct contains 3 integers, but very little in the ASE file will fit that format.
What are the values from the .ASE you want to keep?
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402