代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/448047/7541105
h struct.h
//
#pragma once
// 数据库参数
typedef struct _DBSetDataTag
{
int type;
CString Source;
CString UserName;
CString PassWord;
CString Linkbuf;
public:
_DBSetDataTag()
{
www.eeworm.com/read/448047/7541140
h struct.h
//
#pragma once
// 数据库参数
typedef struct _DBSetDataTag
{
int type;
CString Source;
CString UserName;
CString PassWord;
CString Linkbuf;
public:
_DBSetDataTag()
{
www.eeworm.com/read/448047/7541162
h struct.h
//
#pragma once
// 数据库参数
typedef struct _DBSetDataTag
{
int type;
CString Source;
CString UserName;
CString PassWord;
CString Linkbuf;
public:
_DBSetDataTag()
{
www.eeworm.com/read/478844/6704909
h mysqlconnect.h
#pragma once
class MySqlConnect
{
public:
MySqlConnect(void);
~MySqlConnect(void);
bool InitSQLServer(CString server, CString db, CString UserName, CString Pwd);
_RecordsetPtr GetRe
www.eeworm.com/read/208782/15237198
h struct.h
//
#pragma once
// 数据库参数
typedef struct _DBSetDataTag
{
int type;
CString Source;
CString UserName;
CString PassWord;
CString Linkbuf;
public:
_DBSetDataTag()
{
www.eeworm.com/read/208782/15237218
h struct.h
//
#pragma once
// 数据库参数
typedef struct _DBSetDataTag
{
int type;
CString Source;
CString UserName;
CString PassWord;
CString Linkbuf;
public:
_DBSetDataTag()
{
www.eeworm.com/read/208782/15237253
h struct.h
//
#pragma once
// 数据库参数
typedef struct _DBSetDataTag
{
int type;
CString Source;
CString UserName;
CString PassWord;
CString Linkbuf;
public:
_DBSetDataTag()
{
www.eeworm.com/read/208782/15237275
h struct.h
//
#pragma once
// 数据库参数
typedef struct _DBSetDataTag
{
int type;
CString Source;
CString UserName;
CString PassWord;
CString Linkbuf;
public:
_DBSetDataTag()
{
www.eeworm.com/read/367135/9780638
h feeext.h
extern CString userLoginName;
extern CString userLoginPwd;
extern CString userLoginPower;
extern CString strgetfeedirkind;
extern unsigned int telelistcmd;
extern double round(double num ,
www.eeworm.com/read/213650/15127984
h opclass.h
#pragma once
struct Member
{
CString strID;
CString strName;
CString strClass;
int nRole;
int nState;
CString strIP;
};
class CDataClass
{
public:
CDataClass(void);
~CD