I am trying to write a Visual C++ 6.0 application that edits a binary file. How do I go about editing specific bytes at specific addresses? My teacher says I should read in the whole file as an array ...
How is a binary file used? Binary files are not human readable and require a special program or hardware processor that knows how to read the data inside the file. Only then can the instructions ...