Home > Software engineering >  Bin file
Bin file

Time:09-18

Who can tell me how to use MFC to this file, meaning is like this:
Using MFC to do a small software, it can edit the version number you want, then click sure he will generate a file, the file is opened by ue is below such

CodePudding user response:

Basic C function operation can achieve

CodePudding user response:

Basic file IO

CodePudding user response:

reference 1st floor zgl7903 response:
basic C function operation can achieve
can write a simple code? Such as I want to address write version number at the beginning of the 0000020 h 3.1.0, how do you write this code

CodePudding user response:

reference small _ wang reply: 3/f
Quote: refer to 1st floor zgl7903 response:
basic C function operation can achieve
can write a simple code? For example, I want to address write version number at the beginning of the 0000020 h 3.1.0, how do you write the code

The fseek ();
Fwrite ();
  • Related