代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/478844/6705081
h exportexcel.h
#ifndef _EXPORTEXCEL_H
#define _EXPORTEXCEL_H
CString GetExcelDriver();
BOOL MakeSurePathExists( CString &Path, bool FilenameIncluded=true);
void ExportListToExcel(CListCtrl* pList, CStri
www.eeworm.com/read/252760/12264726
txt file2.txt
void CACSDoc::OnFileCreattext()
{
// TODO: Add your command handler code here
CString str;
CString filename = GetPathName();
if(filename.IsEmpty())
filename = GetTitle() + ".txt";
else
www.eeworm.com/read/149463/12376338
h sq.h
#ifndef sq_h
#define sq_h
#include
using namespace std;
class sq
{
public:
CString a;
sq(CString inits){a=inits;}
};
#endif
www.eeworm.com/read/208051/15255291
h rhcount.h
// RhCount.h : 计算类头文件
//
/////////////////////////////////////////////////////////////////////////////
struct GCDATA //原始数据结构
{
CString strlh; //楼号
CString strzwz; //桩位置
CStrin
www.eeworm.com/read/205685/15309973
h sq.h
#ifndef sq_h
#define sq_h
#include
using namespace std;
class sq
{
public:
CString a;
sq(CString inits){a=inits;}
};
#endif