代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/300402/13915461

cpp inifile.cpp

// IniFile.cpp: implementation of the CIniFile class. // Written by: Adam Clauss ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "IniFile.h"
www.eeworm.com/read/300394/13915709

cpp serverthread.cpp

// serverthread.cpp #include "stdafx.h" #include "blocksock.h" #define SERVERMAXBUF 5000 #define MAXLINELENGTH 100 volatile int g_nConnection=0;//连接的个数 volatile BOOL g_bListening=FALSE;//侦听套
www.eeworm.com/read/300394/13915738

h serverthread.h

//Serverthread.h class CSocketAddress; class CMyBlockSocket; class CMyHttpBlockSocket; class CMyBlockSocketException; extern volatile int g_nConnection;// extern volatile BOOL g_bListening;/
www.eeworm.com/read/300387/13916271

cpp showwnd.cpp

// ShowWnd.cpp : implementation file // #include "stdafx.h" #include "ShowWnd.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////
www.eeworm.com/read/300136/13933565

cpp smspdu.cpp

// PDU.cpp: implementation of the CSMSPDU class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "SMSDemo.h" #include "SMSPDU.h" #ifdef
www.eeworm.com/read/300090/13935231

h tokenizer.h

/* @doc * @module Tokenizer.h | Definition of a String tokenizer class */ #ifndef __TOKENIZER_H__ #define __TOKENIZER_H__ #define BOOL_TRUE _T("true") #define BOOL_FALSE _T("false") ///
www.eeworm.com/read/300090/13935857

h fileversion.h

/* @doc * @module ChildFrm.h | Definition of a MDI Childframe class */ #ifndef __FILEVERSION_H_ #define __FILEVERSION_H_ //////////////////////////////////// // @class CChildFrame | Class
www.eeworm.com/read/135334/13939240

h bordao.h

#if !defined(__BORDAO_H) #define __BORDAO_H #include "autobase.h" #include #undef EOF #define RProp(name, type) \ type Get##name() const; \ type __declspec(property(get=Get##
www.eeworm.com/read/135334/13939243

h autobase.h

#if !defined(__AUTOBASE_H) #define __AUTOBASE_H #include #include class Bstr { //Wrapper for BSTR BSTR bstr; public: Bstr() {bstr = 0;} Bstr(char*); Bstr(const
www.eeworm.com/read/135331/13939441

h user.h

/********************************************************************* * * CFieldRecord 字段信息结构量 * CFldValue 字段值结构量 * CUser