I'm trying to write a program to read a binary file. Everything is divided into 4-byte segments. I'm using the Qt libraries, FYI. What would be the best way to read in the information and then convert that into what ever form it needs to be in (like a string or an integer)? Thanks.
Bookmarks