Everything I\'m finding via google is garbage... Note that I want the answer in C, however if you supplement your answer with a C++ solutio
If these values are sequentially placed into a binary file you can do a read of sizeof(float) bytes per float value into a character array. You can then cast these into a float value.