I am trying to read ints out of a binary file. It is four bytes long, with the least signifigant byte first. (As far as I know, this is the definition of an int.) Anyway, the code below to read ints ...
Binary data is not something I have much experience with (most of my other simulation work uses ASCII text files). I have several 100+ Meg binary data files of float values which I need to read into ...