代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/298516/7957162
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/297992/7978367
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/297992/7979182
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/297992/7980173
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/297992/7981625
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/143548/12864327
h object3d.h
/////////////////////////////////////////////////////////////////////////////////
//
// Object3d.h: interface for the CObject3d class.
//
/////////////////////////////////////////////////////////
www.eeworm.com/read/143548/12865634
h object3d.h
/////////////////////////////////////////////////////////////////////////////////
//
// Object3d.h: interface for the CObject3d class.
//
/////////////////////////////////////////////////////////
www.eeworm.com/read/143548/12865808
h object3d.h
/////////////////////////////////////////////////////////////////////////////////
//
// Object3d.h: interface for the CObject3d class.
//
/////////////////////////////////////////////////////////
www.eeworm.com/read/143548/12865959
h object3d.h
/////////////////////////////////////////////////////////////////////////////////
//
// Object3d.h: interface for the CObject3d class.
//
/////////////////////////////////////////////////////////
www.eeworm.com/read/139204/13175441
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