代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/293033/8317854
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/392572/8335283
h datareader.h
#pragma once
#include
class DataSet
{
public:
DataSet(void);
~DataSet(void);
DataSet & operator = (const DataSet & other);
public:
CString sCodeString;
CString sLocation;
www.eeworm.com/read/368322/9701844
cpp cedtdocsyntax.cpp
#include "stdafx.h"
#include "cedtHeader.h"
BOOL CCedtDoc::DetectSyntaxType(LPCTSTR lpszPathName, LPCTSTR lpszFirstLine)
{
CString szExtension = GetFileExtension(lpszPathName);
CString sz