代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/412590/11191102

h xstation.h

#pragma once class XStations; class XStation { public: XStation(); virtual ~XStation(); public: CString name; PointF position; vector lines; public: int Append
www.eeworm.com/read/247725/12623709

ui hello_base.ui

HelloBaseForm QWidget name HelloBaseForm
www.eeworm.com/read/204187/15343499

ui hello_base.ui

HelloBaseForm QWidget name HelloBaseForm
www.eeworm.com/read/106257/15642504

h xstation.h

#pragma once class XStations; class XStation { public: XStation(); virtual ~XStation(); public: CString name; PointF position; vector lines; public: int Append
www.eeworm.com/read/101790/15809870

htm subject_51622.htm

序号:51622 发表者:mable 发表日期:2003-09-03 09:09:43 主题:求助:关于CString 内容:请问CString这个类型到底怎么用呢,为什么我定义“CString p1;”,会报错:'CString' : undeclared identifier 返回上
www.eeworm.com/read/284408/8935739

cpp xpassage.cpp

#include "StdAfx.h" #include "XPassage.h" XPassage::XPassage (CString vStation, PointF vPosition, CString vLine1, CString vLine2) { station = vStation; line1 = vLine1; line2 = vLine2; p
www.eeworm.com/read/284408/8935753

h xpath.h

#pragma once #include "XPassage.h" class XLine; class XPath { public: XPath(); XPath(XLine& vLine, CString vStation1, CString vStation2); XPath(XLine& vLine1, XLine& vLine2, CString vStat
www.eeworm.com/read/169229/9874546

cpp xpassage.cpp

#include "StdAfx.h" #include "XPassage.h" XPassage::XPassage (CString vStation, PointF vPosition, CString vLine1, CString vLine2) { station = vStation; line1 = vLine1; line2 = vLine2; p
www.eeworm.com/read/169229/9874566

h xpath.h

#pragma once #include "XPassage.h" class XLine; class XPath { public: XPath(); XPath(XLine& vLine, CString vStation1, CString vStation2); XPath(XLine& vLine1, XLine& vLine2, CString vStat
www.eeworm.com/read/359884/10118088

cpp settingsdlg.cpp

// SettingsDlg.cpp : implementation file // #include "stdafx.h" #include "GsmGprs.h" #include "SettingsDlg.h" //全局变量 CString m_strSmsc1; CString m_strPort1; CString m_strRate1; #ifdef _D