代码搜索:CObject

找到约 2,165 项符合「CObject」的源代码

代码结果 2,165
www.eeworm.com/read/150692/12274600

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/150692/12276015

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/149475/12371692

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/149475/12372870

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/149475/12374441

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/149475/12376165

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/123286/14639652

cpp iopoint.cpp

//FILE:iopoint.CPP #include "stdafx.h" #include "iopoint.h" //extern int CurrentCols; extern FILE *fp; extern int CurH; extern int CurW; extern CString filename; IMPLEMENT_SERIAL(CIO,CObject
www.eeworm.com/read/220403/14801754

h graph_union.h

#pragma once class Graph_Union: public CObject { protected: DECLARE_SERIAL(Graph_Union) //DECLARE_SERIAL(Graph_Union) public: int type; //the type of graphics:0 line; 1 circle; 2 ellips
www.eeworm.com/read/216440/15007720

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/216440/15008738

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;