代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/224981/14558056
cpp cfpcooperatedch.cpp
#include "StdAfx.h"
#include "CfpFp.h"//#include "CFpCooperateDch.h"
CString ConvertToHexStr(BYTE *pFirst,int length,bool order)
{
// AFX_MANAGE_STATE(AfxGetStaticModuleState());
CString st
www.eeworm.com/read/121387/14757935
h mailmessage.h
#ifndef mailmessage_h
#define mailmessage_h
class CMailMessage
{
public:
CMailMessage();
virtual ~CMailMessage();
void FormatMessage();
CString m_strFrom; // 发信人的地址
CString m
www.eeworm.com/read/462865/1542140
h student.h
#ifndef _STUDENT_H_
#define _STUDENT_H_
#include "stdafx.h"
class CStudentInfo
{
private:
CString strName ;
int sex;
CString classGrade ;
int chinese ;
int math ;
int engl
www.eeworm.com/read/230695/4719967
h resourceloaders.h
#if !defined(AFX_RESOURCELOADERS_H)
#define AFX_RESOURCELOADERS_H
/// loads a CString from the test runner DLL module
CString loadCString(UINT stringId);
#endif // !defined(AFX_RESOURCELOADERS_H)