chpicker
Programmer
- Apr 10, 2001
- 1,316
Does anyone know how to read numbers stored in a binary file? For the most part I can translate them properly, but I can't figure out floating point numbers. For example, there is a number stored as type DOUBLE with a length of 4. I'm assuming this means it takes up 4 bytes on disk, but I cannot figure out how to take those 4 bytes and get the floating point number out of it. Can anyone help?