Is it possible to go traverse backwards in C while reading a file and replace the character?<BR><BR>I have a file as my database, and I need to edit the records. I don't want to have to copy ...
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 ...