代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/379747/9178912

cpp generaldef.cpp

#include "stdafx.h" #include "GeneralDef.h" CAdoDB g_adoDB; CString Int2Str(int num) { CString temp ; temp.Format("%d",num); return temp; } CString float2Str(float num) { CString
www.eeworm.com/read/144639/12778944

cpp generaldef.cpp

#include "stdafx.h" #include "GeneralDef.h" CAdoDB g_adoDB; CString Int2Str(int num) { CString temp ; temp.Format("%d",num); return temp; } CString float2Str(float num) { CString
www.eeworm.com/read/239912/4593668

cpp generaldef.cpp

#include "stdafx.h" #include "GeneralDef.h" CAdoDB g_adoDB; CString Int2Str(int num) { CString temp ; temp.Format("%d",num); return temp; } CString float2Str(float num) { CString
www.eeworm.com/read/285725/8821735

h carinfo.h

#ifndef CARINFO_H #define CARINFO_H class CCarInfo : public CObject { public: DECLARE_SERIAL( CCarInfo ) CCarInfo(); CCarInfo(CString sName,CString sComment,CString sOutTi
www.eeworm.com/read/360310/10104169

cpp l6_2.cpp

#include #include class CString { private: int length; char *contents; public: CString(); //构造函数 ~CString(); //析构函数 int GetLength();
www.eeworm.com/read/208264/15249504

cpp l6_2.cpp

#include #include class CString { private: int length; char *contents; public: CString(); //构造函数 ~CString(); //析构函数 int GetLength();
www.eeworm.com/read/101725/15821400

txt 读取信息.txt

BOOL CBDApp::GetIPAndPort(CString &ip, DWORD &port) { BOOL ret=FALSE; DWORD dwType; CString strServer; CString strPath; INTERNET_PORT dwPort; AfxParseURL(ServerURL,dwType,strServer,strPat
www.eeworm.com/read/179659/9345683

cpp test1.cpp

#include #include #include #include using namespace std; int main(){ CString a="first"; CString b="last"; CString pathname="F:\\berkeley\\event\\*.rm"
www.eeworm.com/read/436863/7761398

cpp readfile.cpp

#include "stdafx.h" #include "ReadFile.h" bool ReadLineFile::OpenFile(CString strFileName) { CString strext; CString fileName; bool bsucceed = false; // 未指定文件,选择文件 if(strFileName
www.eeworm.com/read/113855/15446999

h rashelper.h

#pragma once #include #pragma comment(lib,"RASAPI32.LIB") class CRasHelper { public: BOOL SetEntryDialParams(CString strEntryName, CString strUsername, CString strPassword, BOOL b