Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
skyblue_BoxManDoc.cpp
Package: gamesourec6.rar [view]
Upload User: hbrsgg1
Upload Date: 2014-05-08
Package Size: 2826k
Code Size: 2k
Category:
Other Riddle games
Development Platform:
C/C++
- // skyblue_BoxManDoc.cpp : implementation of the CSkyblue_BoxManDoc class
- //
- #include "stdafx.h"
- #include "skyblue_BoxMan.h"
- #include "skyblue_BoxManDoc.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CSkyblue_BoxManDoc
- IMPLEMENT_DYNCREATE(CSkyblue_BoxManDoc, CDocument)
- BEGIN_MESSAGE_MAP(CSkyblue_BoxManDoc, CDocument)
- //{{AFX_MSG_MAP(CSkyblue_BoxManDoc)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- // DO NOT EDIT what you see in these blocks of generated code!
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CSkyblue_BoxManDoc construction/destruction
- CSkyblue_BoxManDoc::CSkyblue_BoxManDoc()
- {
- // TODO: add one-time construction code here
- }
- CSkyblue_BoxManDoc::~CSkyblue_BoxManDoc()
- {
- }
- BOOL CSkyblue_BoxManDoc::OnNewDocument()
- {
- if (!CDocument::OnNewDocument())
- return FALSE;
- // TODO: add reinitialization code here
- // (SDI documents will reuse this document)
- return TRUE;
- }
- /////////////////////////////////////////////////////////////////////////////
- // CSkyblue_BoxManDoc serialization
- void CSkyblue_BoxManDoc::Serialize(CArchive& ar)
- {
- if (ar.IsStoring())
- {
- // TODO: add storing code here
- }
- else
- {
- // TODO: add loading code here
- }
- }
- /////////////////////////////////////////////////////////////////////////////
- // CSkyblue_BoxManDoc diagnostics
- #ifdef _DEBUG
- void CSkyblue_BoxManDoc::AssertValid() const
- {
- CDocument::AssertValid();
- }
- void CSkyblue_BoxManDoc::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CSkyblue_BoxManDoc commands