代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/372123/9520750
h npserver.h
#pragma once
#include "atltime.h"
class CNPServer
{
public:
CNPServer(void);
CNPServer(CString strYCNo);
~CNPServer(void);
private:
CString m_strYCNo; //YC number, eg YC161
CString
www.eeworm.com/read/327416/13080291
h studentinfo.h
class CStudentInfo : public CObject
{
public:
CString strName; // 姓名
CString strNO; // 学号
BOOL bMale; // 性别,是否为男
CTime tBirth; // 出生年月
CString strSpecial; // 专业
DECLARE_
www.eeworm.com/read/322749/13368365
h city.h
#pragma once
class City
{
public:
City(void);
public:
~City(void);
public:
CString From[100];
CString Avail[100];
bool T[100];
public:
int SearchFrom(CString Now, int count);
publ
www.eeworm.com/read/311006/13638308
h commontype.h
#ifndef __COMMONTYPE_H_
#define __COMMONTYPE_H_
#include
using namespace std;
//用户信息结构体
struct UserInfo
{
CString username; //用户名
CString userpwd; //密码
CString
www.eeworm.com/read/337769/12342186
cpp ppccolorconfigdlg.cpp
#include "stdafx.h"
#include "PPCColorConfig.h"
#include "PPCColorConfigDlg.h"
CString g_vtrShowStrings[OPTION_VECTOR_SIZE][2] =
{
{ CString("Scrollbar"), CString("Color of the gray area o
www.eeworm.com/read/118506/14866508
h appapi.h
#pragma once
#include "MoMapLayer.h"
#include "MoPoint.h"
#include "MoRectangle.h"
#include "Environment.h"
CString GetFilePath(const CString& strFileName);
CString GetModulePath();
void Di
www.eeworm.com/read/317808/3578359
h studentinfo.h
class CStudentInfo : public CObject
{
public:
CString strName; // 姓名
CString strNO; // 学号
BOOL bMale; // 性别,是否为男
CTime tBirth; // 出生年月
CString strSpecial; // 专业
DECLARE_
www.eeworm.com/read/382791/2627396
h dbfield.h
#ifndef _CDBFieldH
#define _CDBFieldH
class CDBField : public CObject{
public:
CString m_sColumn; // The Column name in the DB
CString m_sValue;
CString m_sNewValue;
int m_nInt;
www.eeworm.com/read/267735/4262914
h dbfield.h
#ifndef _CDBFieldH
#define _CDBFieldH
class CDBField : public CObject{
public:
CString m_sColumn; // The Column name in the DB
CString m_sValue;
CString m_sNewValue;
int m_nInt;
www.eeworm.com/read/293834/8269761
h dbfield.h
#ifndef _CDBFieldH
#define _CDBFieldH
class CDBField : public CObject{
public:
CString m_sColumn; // The Column name in the DB
CString m_sValue;
CString m_sNewValue;
int m_nInt;