CodePudding user response:
Fopen_s (FILE * pFile, const char * filename, const char * mode).
Open the file successfully returns 0, or return to the other values,
This is the function prototype, do you think you use right
Fopen_s (& amp; Fp, "E: \ \ NGM TXT", "w");
CodePudding user response: