Such as a function of
CFile file (fileDlg GetPathName (), CFile: : modeRead)
There is another function definition,
Int MyRead (CFile file, int offset)
{
File. The Seek (offset, CFile: : begin);
.
}
How do I use this function in the main function?
CodePudding user response:
Main function contained in the file header file of this class, and header files MyRread function in the classCodePudding user response: