代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/293620/8282114

h hzk.h

#pragma once class CZK { public: bool py_check(CString input,int KeyNum); CString GetInputString(CString input, int KeyNum); bool CompareZD(CString input,CString str,int KeyNum);
www.eeworm.com/read/100015/15889709

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/100012/15889734

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/100011/15889943

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/165275/10070118

prg getoperator.prg

LPARAMETERS cString LOCAL cOperator DO CASE CASE cString=="大于" cOperator=">" CASE cString=="大于等于" cOperator="> =" CASE cString=="小于" cOperator="
www.eeworm.com/read/454772/7383583

h datasv.h

class CdataSV : public CObject { public: CString MSSV; CString HoTen; BOOL Phai; CString Khoa; CString MonThich; public: CdataSV() { MSSV = ""; HoTen = ""; } Cd
www.eeworm.com/read/336530/12438740

cpp cprofile.cpp

#include "stdafx.h" #include "CProfile.h" #define PROFILE_MAX_STRING 100 CString GetProfileStr( CString csFile, CString csSession, CString csItem ) { FILE * fp = NULL; CString csBuf, csRet
www.eeworm.com/read/134641/13978678

h defin.h

//defin.h typedef struct telephone { CString name; CString tele; CString remarks; } tele;
www.eeworm.com/read/187687/8608286

xml dget.xml

XXX XXX
www.eeworm.com/read/448047/7541085

h struct.h

// #pragma once // 数据库参数 typedef struct _DBSetDataTag { int type; CString Source; CString UserName; CString PassWord; CString Linkbuf; public: _DBSetDataTag() {