代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/169944/9830318
h string.h
// String.h: interface for the CString class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _GOS_STRING_H
#define _GOS_STRING_H
#define strlen(psz) CString
www.eeworm.com/read/169229/9874522
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/363204/9965407
h datareader.h
#pragma once
#include
class DataSet
{
public:
DataSet(void);
~DataSet(void);
DataSet & operator = (const DataSet & other);
public:
CString sCodeString;
CString sLocation;