• 大小: 18.54 MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C/C++
  • 标签: C+  源码  

资源简介

Visual C++游戏开发经典案例随书光盘

资源截图

代码片段和文件信息

// BoxMan.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “BoxMan.h“
#include “BoxManDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBoxManApp

BEGIN_MESSAGE_MAP(CBoxManApp CWinApp)
//{{AFX_MSG_MAP(CBoxManApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBoxManApp construction

CBoxManApp::CBoxManApp()
{
// TODO: add construction code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-03-05 21:08  本书源文件\
     目录           0  2013-03-05 21:08  本书源文件\BoxMan\
     文件       36444  2009-11-18 13:56  本书源文件\BoxMan\BoxMan.aps
     文件        1938  2009-11-18 14:28  本书源文件\BoxMan\BoxMan.clw
     文件        2063  2009-11-16 13:56  本书源文件\BoxMan\BoxMan.cpp
     文件        4453  2009-11-16 15:32  本书源文件\BoxMan\BoxMan.dsp
     文件         537  2009-11-16 15:32  本书源文件\BoxMan\BoxMan.dsw
     文件        1324  2009-11-16 13:56  本书源文件\BoxMan\BoxMan.h
     文件       99328  2009-11-18 15:07  本书源文件\BoxMan\BoxMan.ncb
     文件       55808  2009-11-18 15:07  本书源文件\BoxMan\BoxMan.opt
     文件         736  2009-11-18 15:05  本书源文件\BoxMan\BoxMan.plg
     文件        6622  2009-11-18 13:56  本书源文件\BoxMan\BoxMan.rc
     文件       16417  2009-11-18 14:32  本书源文件\BoxMan\BoxManDlg.cpp
     文件        2322  2009-11-18 11:33  本书源文件\BoxMan\BoxManDlg.h
     目录           0  2013-03-05 21:08  本书源文件\BoxMan\Debug\
     文件       10825  2009-11-18 14:25  本书源文件\BoxMan\Debug\map.txt
     文件     2346000  2009-06-27 12:19  本书源文件\BoxMan\Debug\music.wav
     文件         132  2005-06-02 12:43  本书源文件\BoxMan\Debug\notice.txt
     文件          20  2009-11-17 10:41  本书源文件\BoxMan\Debug\setup.ini
     文件         990  2009-11-16 15:03  本书源文件\BoxMan\HelpDlg.cpp
     文件        1194  2009-11-16 15:03  本书源文件\BoxMan\HelpDlg.h
     文件        3579  2009-11-16 13:56  本书源文件\BoxMan\ReadMe.txt
     文件        1101  2009-11-16 15:11  本书源文件\BoxMan\Resource.h
     文件        1309  2009-11-18 10:41  本书源文件\BoxMan\SelectDlg.cpp
     文件        1243  2009-11-18 10:39  本书源文件\BoxMan\SelectDlg.h
     文件         208  2009-11-16 13:56  本书源文件\BoxMan\StdAfx.cpp
     文件        1101  2009-11-17 10:54  本书源文件\BoxMan\StdAfx.h
     目录           0  2013-03-05 21:08  本书源文件\BoxMan\res\
     文件        1078  2009-11-18 13:56  本书源文件\BoxMan\res\BoxMan.ico
     文件         398  2009-11-16 13:56  本书源文件\BoxMan\res\BoxMan.rc2
     文件        3072  2010-04-06 15:39  本书源文件\BoxMan\res\Thumbs.db
............此处省略580个文件信息

评论

共有 条评论