代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/339586/3297253
h resourceloaders.h
#if !defined(AFX_RESOURCELOADERS_H)
#define AFX_RESOURCELOADERS_H
/// loads a CString from the test runner DLL module
CString loadCString(UINT stringId);
#endif // !defined(AFX_RESOURCELOADERS_H)
www.eeworm.com/read/282758/4088005
h resourceloaders.h
#if !defined(AFX_RESOURCELOADERS_H)
#define AFX_RESOURCELOADERS_H
/// loads a CString from the test runner DLL module
CString loadCString(UINT stringId);
#endif // !defined(AFX_RESOURCELOADERS_H)
www.eeworm.com/read/270811/4234840
txt saveconfig().txt
//in file : MineWnd.cpp
//保存
void CMineWnd::SaveConfig()
{
//获取本地目录
char exeFullPath[MAX_PATH];
CString strPath;
GetModuleFileName(NULL, exeFullPath, MAX_PATH);
strPath = CString(exeF