代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/421072/10757839
h record.h
class CRecordStation{
public:
CString m_strNumber;
CString m_strAddress;
CString m_strName;
CString m_strRainFenbian;
CString m_strWaterHeight;
CString m_DateTime;
CString m_strRainTo
www.eeworm.com/read/129238/14256291
h recvinfo.h
class CComReceive
{
public:
CString m_CodeName;
CString m_LineID;
CString m_CallStatus;
CString nTimeLen;
CString strIndex;
CString m_CallingNum;//主叫号码
};
www.eeworm.com/read/136690/13365677
jc class3.jc
/*
* class3.jc
*
* In this file, we're going to test auto conversion between types.
* Auto-conversion is performed, if the source class has a suitable
* convertor method for the destinatio
www.eeworm.com/read/472139/6879870
h globfunction.h
extern CString GetGUID(void);
extern int GetLineCountFromMem(CString strContent);
extern BOOL GetContentFromTextFile(CString strFilePath,CString* pContent);
extern BOOL DeleteMsgIdFromIni(CString s
www.eeworm.com/read/306180/13750202
h utils.h
#include
#ifndef
public class Utils
{
public CString[] split(CString s,CString sep);
}
www.eeworm.com/read/421271/10745376
h myfolder.h
#pragma once
class CMyFolder
{
public:
CMyFolder(void);
~CMyFolder(void);
CMyFolder(HTREEITEM hi, CString strName, CString strNodeId, CString strParentId, CString strType, CString strTurn,
www.eeworm.com/read/446867/1708748
h commonfunc.h
#pragma once
bool PackadgeParser(CString& refBuf,
CString& refName,
CString& refUser,
CString& refProc);
www.eeworm.com/read/241933/13108196
h global.h
// global.h , 用于存放全局变量
CString directory; //项目目录
CString projname; //项目名称
CString m_TouygEdit;
CString m_JiaEdit;
CString m_GuancgEdit;
CString m_FangxEdit;
CString m_ChicxE
www.eeworm.com/read/130830/14173242
c strtok.c
/////// Separate tokens in a string ///////
#include
#include
typedef char *CString;
CString strtok(CString s, const char *cs)
{ CString token;
static CString sp
www.eeworm.com/read/215723/15051459
cpp makekeyfile.cpp
#include "stdafx.h"
void MakeKeyFile(CString strUser, CString strOrganization, CString strKeyNo, CString strRegCode)
{
//UpdateData(true);
char bufferlaji[3001];
CString user,org,mach,sn;