I am reading from the same binary file of floats with both java and c, but getting different results. The c version seems to be giving me the 'correct' output, but could anyone explain to me why my ...
I am trying to write a Visual C++ 6.0 application that edits a binary file.<BR>How do I go about editing specific bytes at specific addresses?<BR>My teacher says I should read in the whole file as an ...