代码搜索:cstring

找到约 10,000 项符合「cstring」的源代码

代码结果 10,000
www.eeworm.com/read/144628/12779525

cpp generaldef.cpp

#include "stdafx.h" #include "GeneralDef.h" COdbcDB g_odbcDB; CString Int2Str(int num) { CString temp ; temp.Format("%d",num); return temp; } CString float2Str(float num) { CStrin
www.eeworm.com/read/258680/11847362

cpp generaldef.cpp

#include "stdafx.h" #include "GeneralDef.h" COdbcDB g_odbcDB; CString Int2Str(int num) { CString temp ; temp.Format("%d",num); return temp; } CString float2Str(float num) { CStrin
www.eeworm.com/read/207403/15273180

cpp cpp1.cpp

#include "wininet.h" //包含wininet.h ,在mfc中也可以是afxinet.h class cwebworld { public: void seterrormessage(cstring s); //声明seterrormessage方法 cstring getwebpage(const cstring&www.cnbb.com.c
www.eeworm.com/read/239912/4593813

cpp generaldef.cpp

#include "stdafx.h" #include "GeneralDef.h" COdbcDB g_odbcDB; CString Int2Str(int num) { CString temp ; temp.Format("%d",num); return temp; } CString float2Str(float num) { CStrin
www.eeworm.com/read/110530/15531912

h studentsdoc.h

// studentsDoc.h : CstudentsDoc 类的接口 // #pragma once class CStu:public CObject //用于存储学生档案 { protected: //CString m_pNum; //int m_pAge; //CString m_pName; //CString m_pSex; //CStr
www.eeworm.com/read/192079/8408188

ui gpsmgruibase.ui

GPSMgrUIBase GPSMgrUIBase
www.eeworm.com/read/188576/8526992

ui monthlyusageform.ui

MonthlyUsageForm MonthlyUsageForm
www.eeworm.com/read/286732/8747353

ui designerdemo.ui

DesignerDemo QWidget name DesignerDemo
www.eeworm.com/read/384328/8880139

h findfile.h

#pragma once class CFindFile { public: CFindFile(void); ~CFindFile(void); int FindDirInDir( CString &rootDir, CStringList &lsDirList); int FindFileInDir(CString &rootDir, CStringList &lsF
www.eeworm.com/read/284408/8935717

h xstation.h

#pragma once class XStations; class XStation { public: XStation(); virtual ~XStation(); public: CString name; PointF position; vector lines; public: int Append