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 ...
I am tring to read a file that i open in c++ in binary mode. I need to read it in as 32 bit floats. The attached code doesnt seem to work. How can I read the the file and store it in to a float. I can ...