FindFile可能是CFileFind,CGopherFileFind,CFtpFileFind类的方法,属于MFC类库,使用时需要包含以下头文件:afx.h --- Win32API中类似的函数有FindFirstFile,定义在Winbase.h中。使用时需要包含以下头文件:windows.h
包含头文件 #include <afx.h>
afx.h头文件要添加到所有#include之前
mfc程序中使用,不用手动添加头文件
akaunitz-ritt-berg kaunitz乘驾山 [translate] aConfiguration file为binary file,parameter的存放次序与config.h头文件中定义的CFile_t struct一致。 Configuration file is the binary file, parameter depositing order CFile_t struct which defines with a config.h document in is consistent. [translate] ...
FindFile可能是CFileFind,CGopherFileFind,CFtpFileFind类的方法,属于MFC类库,使用时需要包含以下头文件:afx.h --- Win32API中类似的函数有FindFirstFile,定义在Winbase.h中。使用时需要包含以下头文件:windows.h 包含头文件将fopen改为_tfopen,具体这样写 _tfopen(str/*CString类型的对象,不需要显式强制转换*/ ,_...