代码搜索:CObject

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

代码结果 2,165
www.eeworm.com/read/359881/10118960

cpp ellipse.cpp

// Ellipse.cpp: implementation of the CEllipse class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyDraw.h" #include "Ellipse.h" #
www.eeworm.com/read/163264/10168089

cpp shape.cpp

// GraphCell.cpp: implementation of the CGraphCell class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "geditor.h" #include "Shape.h"
www.eeworm.com/read/279904/10379440

h brender.h

// BRender.h: interface for the BRender class. #ifndef _CBRENDER_H #define _CBRENDER_H #include "Object3d.h" #include "ColorBuffer.h" #include "ZBuffer.h" class CBRender { public: CBRe
www.eeworm.com/read/418205/10958892

txt 13.1 使用 carchive类对文件进行读写操作.txt

13.1 使用 CArchive类对文件进行读写操作 本章首先介绍一种新的读写文件的方式:使用 MFC提供的 CArchive类来实现。 CArchive类没有基 类。我们知道,一个对象一旦被构造,它就存活于内存中了,当其生命周期结束后,该对象就要被 销毁。我们可以利用 CArchive类将对象数据保存到永久设备(例如磁盘文件)上,这样,即使应用程 序关闭,再次重启后,仍可以从磁盘文件 ...
www.eeworm.com/read/465544/7049606

cpp object.cpp

// Object.cpp: implementation of the CObject class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Object.h" /////////////////////////
www.eeworm.com/read/451833/7455128

h dataplaylist.h

class dataPlaylist : public CObject { public: CString path; CString name; CObArray arrSongs; public: dataPlaylist() { path = ""; name = ""; } dataPlaylist(CString iPath, CSt
www.eeworm.com/read/434282/7878254

cpp ellipse.cpp

// Ellipse.cpp: implementation of the CEllipse class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyDraw.h" #include "Ellipse.h" #
www.eeworm.com/read/197572/7985609

cpp ellipse.cpp

// Ellipse.cpp: implementation of the CEllipse class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyDraw.h" #include "Ellipse.h" #
www.eeworm.com/read/245784/12781026

h pandl.h

// Entity.h: interface for the CEntity class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PANDL_H__BE769D85_6C72_43F4_88FB_5521CA66FC8E__INCLUDED_) #
www.eeworm.com/read/143548/12865625

h brender.h

///////////////////////////////////////////////////////////////////////////////// // // BRender.h: interface for the BRender class. // ////////////////////////////////////////////////////////////