Hi all,

I have a scientific binary data file of unknown struct that I would like to read into containers using C++. There are many column names, but only 6-20 of the columns contain an array of >5000 numerical values. What source code can I use to read the binary data file (struct consists of chars, int, and long) into an interpretable interface?

Regards,

Stevan