代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/327416/13080287
cpp studentinfo.cpp
#include "stdafx.h"
#include "StudentInfo.h"
CStudentInfo::CStudentInfo(CString name, CString id, BOOL male, CTime birth, CString special)
{
strName = name;
strNO = id;
bMale = male;
tBi
www.eeworm.com/read/323248/13346603
h inifile.h
#ifndef _INIFILE_H
#define _INIFILE_H
class CIniFile
{
public:
CString GetIniPathName();
CIniFile();
CIniFile(CString m_name);
virtual ~CIniFile();
void SetPathName(CString m_nam
www.eeworm.com/read/340815/12132768
h dblink.h
#pragma once
#include
#include
class CDbLink
{
public:
CDbLink(void);
~CDbLink(void);
CDbLink(CString strDSN, CString strUSER, CString strPWD);
public:
SQLHENV hen
www.eeworm.com/read/336360/12448733
h dblink.h
#pragma once
#include
#include
class CDbLink
{
public:
CDbLink(void);
~CDbLink(void);
CDbLink(CString strDSN, CString strUSER, CString strPWD);
public:
SQLHENV hen
www.eeworm.com/read/120757/14790158
h employee.h
class CEmployee:public CObject
{
DECLARE_SERIAL(CEmployee)
public:
CString m_strName;
CString m_strDept;
CString m_strDuty;
CEmployee()
{
}
CEmployee(const char *szName,CStr
www.eeworm.com/read/218201/14931546
h dbtable.h
#pragma once
#define FIELD_NUM 10
class CDbTable
{
public:
CDbTable(void);
~CDbTable(void);
CString m_strTableName;
struct _TB_FIELD
{
CString strFieldName;
CString strtype;
b
www.eeworm.com/read/17664/752130
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe
www.eeworm.com/read/17664/752154
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe
www.eeworm.com/read/17753/755521
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe
www.eeworm.com/read/17753/755676
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe