代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/457703/7319607
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/453907/7405081
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/453907/7405562
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/215217/15068165
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/215217/15068630
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/204051/15345966
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/198607/7924503
cpp common.cpp
#include "StdAfx.h"
//获取栅格图像路径
CString gGetShpPath(VOID)
{
CString strShpPath = "";
CString strFilter= "arcgis files(*.shp)|*.shp";
CFileDialog dlgOpen(TRUE,0,0,OFN_HIDEREADONLY|OFN_AL
www.eeworm.com/read/297168/8049568
h map.h
class CMapObject;
class CDemo3Doc;
class CMapLayer : public CObject
{
private:
CString GetFirstPara(CString& str);
int GetSecondPara(CString& str);
CDemo3Doc* m_pDoc;
public:
//floa
www.eeworm.com/read/231795/14220404
cpp function.cpp
#include
#include
#include
#include "Function.h"
extern xmlnode node[1000];
extern count;
CString openfile(CString file)
{
CString context;
char ch;
F
www.eeworm.com/read/200486/15432087
h user.h
#include "Node.h"
struct user
{
int uid;
CString fipport;
CString fnicheng;
BOOL fonline;
BOOL fvip;
}fuser[100];
struct APacket
{
int uid;
CString msg;
}apacket;
int m_uid=-1;
i