代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
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/119645/14825053
h cmessg.h
#ifndef _CMESSG_
#define _CMESSG_
#include "Sound.h"
class CMessg : public CObject
{
protected:
DECLARE_DYNCREATE(CMessg)
public:
CMessg();
// Attributes
public:
CString m_strText;
www.eeworm.com/read/217016/14982548
cpp adodb.cpp
// DB.cpp : 实现文件
//
#include "stdafx.h"
#include "afx.h"
#include "ADODB.h"
// CDB
IMPLEMENT_DYNCREATE(CADOConnection, CObject)
CADOConnection::CADOConnection()
{
::CoInitialize(NU
www.eeworm.com/read/114573/15047371
cpp adodb.cpp
// DB.cpp : 实现文件
//
#include "stdafx.h"
#include "afx.h"
#include "ADODB.h"
// CDB
IMPLEMENT_DYNCREATE(CADOConnection, CObject)
CADOConnection::CADOConnection()
{
::CoInitialize(NU
www.eeworm.com/read/209172/15226398
h strategysystem.h
// StrategySystem.h
#include "general.h"
#ifndef _INSIDE_VISUAL_CPP_STRATEGYSYSTEM
#define _INSIDE_VISUAL_CPP_STRATEGYSYSTEM
class CStrategySystem : public CObject
{
DECLARE_DYNAMIC(CStr
www.eeworm.com/read/207969/15256270
cpp adodb.cpp
// DB.cpp : 实现文件
//
#include "stdafx.h"
#include "afx.h"
#include "ADODB.h"
// CDB
IMPLEMENT_DYNCREATE(CADOConnection, CObject)
CADOConnection::CADOConnection()
{
::CoInitialize(NU
www.eeworm.com/read/207808/15261599
cpp mapline.cpp
#include "stdafx.h"
#include "Global.h"
#include "MapLine.h"
IMPLEMENT_DYNAMIC(CMapLine,CObject)
CMapLine::CMapLine()
{
}
CMapLine::CMapLine(CMapLine& mapline )
{
int i,iCount;
www.eeworm.com/read/207523/15269097
cpp mapline.cpp
#include "stdafx.h"
#include "Global.h"
#include "MapLine.h"
IMPLEMENT_DYNAMIC(CMapLine,CObject)
CMapLine::CMapLine()
{
}
CMapLine::CMapLine(CMapLine& mapline )
{
int i,iCount;
www.eeworm.com/read/207520/15269594
cpp mapline.cpp
#include "stdafx.h"
#include "Global.h"
#include "MapLine.h"
IMPLEMENT_DYNAMIC(CMapLine,CObject)
CMapLine::CMapLine()
{
}
CMapLine::CMapLine(CMapLine& mapline )
{
int i,iCount;
www.eeworm.com/read/206141/15299547
h response.h
#ifndef __RESPONSE_H__
#define __RESPONSE_H__
class NMEA0183;
class RESPONSE : public CObject
{
private:
NMEA0183 *container_p;
public:
RESPONSE();
virtual ~RESPONSE();
/*