代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/269434/11098396

h threadparams.h

// ThreadParams.h header file typedef struct tagURLStatus { CString m_URL; CString m_URLPage; CString m_StatusString; CString m_LastModified; CString m_ContentType; CString m_Conte
www.eeworm.com/read/334606/12584804

h threadparams.h

// ThreadParams.h header file typedef struct tagURLStatus { CString m_URL; CString m_URLPage; CString m_StatusString; CString m_LastModified; CString m_ContentType; CString m_Conte
www.eeworm.com/read/108631/15582821

h threadparams.h

// ThreadParams.h header file typedef struct tagURLStatus { CString m_URL; CString m_URLPage; CString m_StatusString; CString m_LastModified; CString m_ContentType; CString m_Conte
www.eeworm.com/read/165839/10050276

h globalvar.h

extern int scorenum[5]; extern CString scorename[5];
www.eeworm.com/read/163283/10167094

html osql10.html

A Wrapper for the Oracle Call Interface This article was contributed by
www.eeworm.com/read/256363/12004571

html osql10.html

A Wrapper for the Oracle Call Interface This article was contributed by
www.eeworm.com/read/340452/12156281

prg 变量定义测试.prg

int x,y,z double a,b,c long d,e,f float g,h,i cstring j,k,l
www.eeworm.com/read/120728/14791899

h globalvar.h

extern int scorenum[5]; extern CString scorename[5];
www.eeworm.com/read/142621/5764496

h registry.h

BOOL GetRegistryString(HKEY root, const CString &var, CString &val); BOOL SetRegistryString(HKEY root, const CString &var, const CString &val); BOOL GetRegistryInt(HKEY root, const CString &var, D
www.eeworm.com/read/223683/14619464

cpp telnet server.cpp

#include "stdafx.h" #include "telnet.h" // prototypes of callback functions CString displayHelp( const CString& sArg ); CString trace( const CString& sArg ); CString stop( const CS