代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/171955/9728687
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/237592/13943958
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/196571/5101659
cpp globalhelperfunc.cpp
#include "GlobalHelperFunc.h"
void PopError(DWORD dwError)
{
CString strErrorDescription = ::FormatError(dwError);
::AfxMessageBox(strErrorDescription);
}
CString FormatErro
www.eeworm.com/read/335672/3356752
cpp globalhelperfunc.cpp
#include "GlobalHelperFunc.h"
void PopError(DWORD dwError)
{
CString strErrorDescription = ::FormatError(dwError);
::AfxMessageBox(strErrorDescription);
}
CString FormatErro
www.eeworm.com/read/270728/4235884
cpp globalhelperfunc.cpp
#include "GlobalHelperFunc.h"
void PopError(DWORD dwError)
{
CString strErrorDescription = ::FormatError(dwError);
::AfxMessageBox(strErrorDescription);
}
CString FormatErro
www.eeworm.com/read/270728/4235944
cpp globalhelperfunc.cpp
#include "GlobalHelperFunc.h"
void PopError(DWORD dwError)
{
CString strErrorDescription = ::FormatError(dwError);
::AfxMessageBox(strErrorDescription);
}
CString FormatErro
www.eeworm.com/read/267355/4267869
cpp globalhelperfunc.cpp
#include "GlobalHelperFunc.h"
void PopError(DWORD dwError)
{
CString strErrorDescription = ::FormatError(dwError);
::AfxMessageBox(strErrorDescription);
}
CString FormatErro
www.eeworm.com/read/260616/4329665
cpp globalhelperfunc.cpp
#include "GlobalHelperFunc.h"
void PopError(DWORD dwError)
{
CString strErrorDescription = ::FormatError(dwError);
::AfxMessageBox(strErrorDescription);
}
CString FormatErro
www.eeworm.com/read/260616/4329723
cpp globalhelperfunc.cpp
#include "GlobalHelperFunc.h"
void PopError(DWORD dwError)
{
CString strErrorDescription = ::FormatError(dwError);
::AfxMessageBox(strErrorDescription);
}
CString FormatErro
www.eeworm.com/read/389346/8532687
h studentinfo.h
class CStudentInfo : public CObject
{
CString strName; // 姓名
CString strNO; // 学号
BOOL bMale; // 性别,是否为男
CTime tBirth; // 出生年月
CString strSpecial; // 专业
DECLARE_SERIAL(C