代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/369484/9647067
h personinfo.h
class PersonInfo
{
public:
CString personName;
long PersonAge;
CString PersonSex;
};
www.eeworm.com/read/265836/11252615
h personinfo.h
class PersonInfo
{
public:
CString personName;
long PersonAge;
CString PersonSex;
};
www.eeworm.com/read/327416/13079856
cpp courseinfo.cpp
#include "stdafx.h"
#include "CourseInfo.h"
CCourseInfo::CCourseInfo(CString id, CString name, CString special, CString type,
BYTE term, BYTE hours, float credit)
{
strNO = id;
strName = n
www.eeworm.com/read/317808/3578236
cpp courseinfo.cpp
#include "stdafx.h"
#include "CourseInfo.h"
CCourseInfo::CCourseInfo(CString id, CString name, CString special, CString type,
BYTE term, BYTE hours, float credit)
{
strNO = id;
strName = n
www.eeworm.com/read/363204/9965412
h directorymg.h
#pragma once
class CDirectoryMG
{
public:
CDirectoryMG(void);
public:
~CDirectoryMG(void);
static CString GetRootPath();
static CString GetBmpsDir();
static CString GetParamDir
www.eeworm.com/read/424632/10433011
h rtxmlfile.h
#pragma once
typedef struct _tagRTXmlItemData
{
CString KeyName;
CString KeyValue;
struct _tagRTXmlItemData* Next;
}RTXmlItemData;
class CRTXmlItem
{
public:
CString ItemName;
priva
www.eeworm.com/read/451833/7455128
h dataplaylist.h
class dataPlaylist : public CObject
{
public:
CString path;
CString name;
CObArray arrSongs;
public:
dataPlaylist()
{
path = "";
name = "";
}
dataPlaylist(CString iPath, CSt
www.eeworm.com/read/392572/8335288
h directorymg.h
#pragma once
class CDirectoryMG
{
public:
CDirectoryMG(void);
public:
~CDirectoryMG(void);
static CString GetRootPath();
static CString GetBmpsDir();
static CString GetParamDir
www.eeworm.com/read/380734/9130362
h dsacdstruct.h
#ifndef _DSACDSTRUCT_H
#define _DSACDSTRUCT_H
//变量定义
typedef struct{
CString Name;
CString Value;
CString Comment;
} dsVD_INFO;
//数据分类
typedef struct{
CString Comment;
} dsDS_IN
www.eeworm.com/read/179761/9339875
h nrstpath.h
#pragma once
//-----------------------------------------------------------------------------------------
struct PathNode
{
short nSegNumber;
CString* szRoutineName;
CString* szFromSt