代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/202248/15387788
txt (合集)[转载]写给想考或正在准备考清华的同学们的一点肺腑之言.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: (合集)[转载]写给想考或正在准备考清华的同学们的一点肺腑之言
Date: Mon, 28 Feb 2005 12:13:01 +0800 (CST)
Status: RO
作者: skyinsea (呼吸的快乐) 站内: KaoYan
标题: [转载]写给
www.eeworm.com/read/109038/15566607
h packet.h
class CPacket : public CObject
{
DECLARE_SERIAL(CPacket)
public:
int cmd;
int x;
int y;
char data;
void Serialize(CArchive &ar);
};
www.eeworm.com/read/109038/15567263
cpp emailsdoc.cpp
// emailsDoc.cpp : implementation of the CEmailsDoc class
//
#include "stdafx.h"
#include "emails.h"
#include "emailsDoc.h"
#include "emailsView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#u
www.eeworm.com/read/104449/15692403
h matrix.h
// Matrix.h: interface for the CMatrix class.
#ifndef __CMATRIX_H__
#define __CMATRIX_H__
#include
using namespace std;
const long OTYPE_ITEM = 1;
const long OTYPE_HUMAN = 2;
cl
www.eeworm.com/read/104449/15692407
h item.h
// Item.h: interface for the CItem class.
#ifndef __CITEM_H__
#define __CITEM_H__
#include "Object.h"
class CItem : public CObject
{
public:
CItem();
virtual ~CItem();
};
#endi
www.eeworm.com/read/104449/15692411
h human.h
// Human.h: interface for the CHuman class.
#ifndef __CHUMAN_H__
#define __CHUMAN_H__
#include "Object.h"
class CHuman : public CObject
{
public:
CHuman();
virtual ~CHuman();
};
www.eeworm.com/read/104094/15710261
h camera.h
#ifndef __CAMERA_H
#define __CAMERA_H
#define WIN32_LEAN_AND_MEAN
#define WIN32_EXTRA_LEAN
#include
#include
#include
#include "vector.h"
class COb
www.eeworm.com/read/102552/15774476
htm subject_34244.htm
序号:34244 发表者:奔 狼 发表日期:2003-03-27 21:53:01
主题:请教高手!
内容:我在一个对话框程序中,想把编辑框中输入的内容保存为文本文件,而且用串行化保存,如何将一个按钮和串行化函数连接起来?还有怎么在一个编辑框中输入回车?在编辑框里一输入回车程序就跳到下一个焦点去了。
www.eeworm.com/read/102552/15777001
htm subject_21536.htm
序号:21536 发表者:ubi 发表日期:2002-11-18 14:50:23
主题:是否重载new等?
内容:代码如下:class DevicePro : CObject{ DECLARE_SERIAL( DevicePro )public: &n
www.eeworm.com/read/101790/15810080
htm subject_44983.htm
序号:44983 发表者:亮子 发表日期:2003-06-25 13:04:30
主题:请问这句typedef CObject* (*FUN_CreateObject)();怎么解释?
内容:那天看到了一个例子,其中这句typedef CObject* (*FUN_CreateObject)();怎么解释?