代码搜索:CObject

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

代码结果 2,165
www.eeworm.com/read/188171/8565163

bak sail2000.bak

#include #include #include #include #include #include #include #include #include void far
www.eeworm.com/read/188171/8565210

cpp menufc.cpp

#include "Symbol.h" #include "MyFrame.h" #include "Conio.h" #include "Bios.h" #include extern BOOL bAfxManager; extern BOOL far bAfxGotoMonitor; extern CWindow* pAfxWindow; //菜
www.eeworm.com/read/288766/8608993

cpp pkg.cpp

// Message.cpp : implementation file // #include "stdafx.h" #include "pkg.h" #include "chatserver.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__
www.eeworm.com/read/381752/9073913

cpp chapter4-19.cpp

//文件夹名称:CHAPTER4-19.cpp #include #include #include class A:public CObject { WORD age; public: A(WORD x):age(x){} WORD operator!() { return age
www.eeworm.com/read/381752/9073925

cpp chapter4-18.cpp

//文件夹名称:CHAPTER4-18.cpp #include #include #include class A:public CObject { WORD age; public: A(WORD x):age(x){} WORD operator!(){return age;} }; void
www.eeworm.com/read/378680/9219126

h ngsortableoblist.h

#ifndef __NGSortableObList_H__ #define __NGSortableObList_H__ // NGSortableObList.h ///////////////////////////////////////////////////////////////////// class NGLIB_EXT_CLASS CNGSortableObL
www.eeworm.com/read/177621/9443794

htm chap2_4.htm

MFC编程
www.eeworm.com/read/372740/9495046

txt 16.txt

第十六章:读和写文档--SDI应用程序 一,序列化: 1,序列化:对象可以被持续,即当程序退出时候它们被存盘,当程序重启时候它们又可被恢复,对象这种存盘和恢复处理过程称之为序列化。 注意:MFC库中,不能利用序列化来代替数据库管理系统。与文档相关的所有对象只能在某个单独的磁盘文件中进行顺序读写,而不支持对象在磁盘文件中随机读写。 2,磁盘文件和归档(Archives): ...
www.eeworm.com/read/175578/9540887

cpp addrlist.cpp

//addrlist.cpp #include "stdafx.h" #include "addrlist.h" IMPLEMENT_SERIAL(CAddrlist,CObject,0) CAddrlist::CAddrlist() { Name=""; Tel=""; Address=""; Birth=CTime::GetCurrentTime(); }
www.eeworm.com/read/165443/10062303

cpp statement.cpp

//Statement注释类 //Statement.cpp //包含的头文件 #include "stdafx.h" #include "statement.h" //类实现 IMPLEMENT_SERIAL(Statement,CObject,1) Statement::Statement(){ aP=CPoint(0,0); state=""; }