代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/102923/15752649
cpp viewgl.cpp
// CViewGL.cpp: implementation of the CViewGL class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ViewGL.h"
////////////////////////
www.eeworm.com/read/102552/15775938
htm subject_31158.htm
序号:31158 发表者:hl211 发表日期:2003-03-01 11:31:54
主题:如何写一个继承自CObject的类?
内容:例如下面的语句:class CContactItem : public CObject{.....}在ClassWizard的New class中没有CObject基类。是自己手
www.eeworm.com/read/101865/15798880
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/101865/15799341
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/101865/15799915
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/101865/15800465
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/101790/15811601
htm subject_61526.htm
序号:61526 发表者:菜的嗷嗷直哭 发表日期:2003-11-20 10:44:56
主题:顺序有关系吗?
内容:#include "stdafx.h"IMPLEMENT_SERIAL(A,CObject,0)class A:public CObject{public: A();private:
www.eeworm.com/read/101790/15812009
htm subject_31158.htm
序号:31158 发表者:hl211 发表日期:2003-03-01 11:31:54
主题:如何写一个继承自CObject的类?
内容:例如下面的语句:class CContactItem : public CObject{.....}在ClassWizard的New class中没有CObject基类。是自己手
www.eeworm.com/read/101128/15850574
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/101128/15850652
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring())