代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/118506/14866484

h nrstpath.h

#pragma once //----------------------------------------------------------------------------------------- struct PathNode { short nSegNumber; CString* szRoutineName; CString* szFromSt
www.eeworm.com/read/237592/13943942

h nrstpath.h

#pragma once //----------------------------------------------------------------------------------------- struct PathNode { short nSegNumber; CString* szRoutineName; CString* szFromSt
www.eeworm.com/read/364001/2908334

h todbf.h

www.eeworm.com/read/100012/15889893

h writefileevent.h

class WriteFileEvent: public TraceEvent { public: WriteFileEvent(CString s, HANDLE hv, CDataArray & BytesToWrite); virtual CString display(); virtual LRESULT execute(); virtual CString
www.eeworm.com/read/431395/8680615

h contact.h

#pragma once #include "afxtempl.h" class CContact : public CObject { DECLARE_SERIAL(CContact) public: CString m_strName; CString m_strAddress1; CString m_strAddress2; CString
www.eeworm.com/read/161842/10363567

h xmlsupport.h

#include "editlibExp.h" struct EDITPADC_CLASS XMLattribute { CString m_strName; CString m_strValue; }; struct EDITPADC_CLASS XMLelement { CString m_strElementName; CString m_strEl
www.eeworm.com/read/349896/10791160

cpp globefun.cpp

#include "stdafx.h" #include "GlobeFun.h" extern "C" CString GetTextWithHtmlLink(CString strText,CString strUrl) { CString strRet ; strRet.Format("
www.eeworm.com/read/458719/7290762

h logrecord.h

class LogRecord: public CFile { public: BOOL Record(CString str); int m_nloglength; CString m_strlog; CString m_strfilename; CString m_strmode; BOOL CreatLog(); BOOL CreatLog(cha
www.eeworm.com/read/453907/7404488

h contact.h

#pragma once #include "afxtempl.h" class CContact : public CObject { DECLARE_SERIAL(CContact) public: CString m_strName; CString m_strAddress1; CString m_strAddress2; CString
www.eeworm.com/read/322994/13359214

h node.h

#ifndef _MYLIST_H__ #define _MYLIST_H__ #include class Node {public: CString name; CString age; CString study; CString tel; char path[20]; Node *next; Node() { na