代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/147747/12524506
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_SERIAL(CStudent)
public:
CString m_strName;
int m_nGrade;
www.eeworm.com/read/147747/12525999
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_DYNAMIC(CStudent)
public:
CString m_strName;
int m_nGrade;
www.eeworm.com/read/147747/12527235
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_SERIAL(CStudent)
public:
CString m_strName;
int m_nGrade;
www.eeworm.com/read/147747/12527879
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_DYNAMIC(CStudent)
public:
CString m_strName;
int m_nGrade;
www.eeworm.com/read/147747/12529105
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_SERIAL(CStudent)
public:
CString m_strName;
int m_nGrade;
www.eeworm.com/read/147747/12530434
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_DYNAMIC(CStudent)
public:
CString m_strName;
int m_nGrade;
www.eeworm.com/read/147747/12531861
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_SERIAL(CStudent)
public:
CString m_strName;
int m_nGrade;
www.eeworm.com/read/146814/12609878
cpp aiment.cpp
#include "stdafx.h"
#include "AiMent.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
IMPLEMENT_SERIAL(AiMention,CObject,0)
AiMention:
www.eeworm.com/read/236220/14027614
h cdib.h
/*#ifndef ___CDIB_H
#define ___CDIB_H
*/
class CDib:public CObject
{
public:
RGBQUAD* m_pRGB;
BYTE* m_pData;
UINT m_numberOfColors;
BOOL m_valid;
BITMAPFILEHEADER bitmapFileHeader;
BI
www.eeworm.com/read/205324/15320504
h student.h
// student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent : public CObject
{
DECLARE_DYNAMIC(CStudent)
public:
CString m_strName;
int m_nGrade;