代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/284419/8933335

cpp inifile.cpp

// IniFile.cpp: implementation of the CIniFile class. ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "IniFile.h" #include "fstream.h" #ifd
www.eeworm.com/read/284408/8935638

cpp xlines.cpp

#include "StdAfx.h" #include "XLines.h" XLines::XLines() { } XLines::~XLines() { } int XLines::Append (const XLine& obj) { //push_back(obj); (*this) [obj.name] = obj; return (i
www.eeworm.com/read/284408/8935669

h xspot.h

#pragma once #include using namespace Gdiplus; #include using namespace std; class XTube; enum SpotTypeEnum { STE_NULL, STE_LEFT, STE_RIGHT, STE_CIRCLE, STE_SM
www.eeworm.com/read/284408/8935675

h xneobus.h

#pragma once #include "XLines.h" class XNeobus { public: XNeobus(); virtual ~XNeobus(); int ToXML (CMarkup& markup); int FromXML (CMarkup& markup); public: XLines lines; public
www.eeworm.com/read/284408/8935706

cpp xneobus.cpp

#include "StdAfx.h" #include "XNeobus.h" XNeobus::XNeobus(void) { } XNeobus::~XNeobus(void) { } int XNeobus::ToXML (CMarkup& markup) { lines.ToXML(markup); return 0; } int XNeo
www.eeworm.com/read/284408/8935725

h xlines.h

#pragma once #include "XLine.h" #include "XStations.h" #include "XPath.h" class XLines : public map { public: XLines(); virtual ~XLines(); public: XStations allStat
www.eeworm.com/read/284408/8935734

h xpathfinder.h

#pragma once #include "XPath.h" #include "XMapCtrl.h" class XPathFinder { public: XPathFinder(); virtual ~XPathFinder(); public: XStations stations; XLines lines; public: vect
www.eeworm.com/read/284408/8935736

cpp xstation.cpp

#include "StdAfx.h" #include "XStation.h" #include "XStations.h" XStation::XStation() { name = ""; position.X = 0.0; position.Y = 0.0; } XStation::~XStation() { } int XStation::
www.eeworm.com/read/284408/8935741

h xstations.h

#pragma once #include "XStation.h" class XStations : public map { public: XStations(); virtual ~XStations(); public: int Append (const XStation& obj); int Remo
www.eeworm.com/read/427234/8959062

h column.h

#if !defined(AFX_COLUMN_H__9739AC12_9581_4D23_BE5D_66380BE60FDB__INCLUDED_) #define AFX_COLUMN_H__9739AC12_9581_4D23_BE5D_66380BE60FDB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_