资源简介
该游戏趣味好玩,值得国内个计算机行业人才学习。
代码片段和文件信息
// Amazons.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Amazons.h“
#include “AmazonsDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAmazonsApp
BEGIN_MESSAGE_MAP(CAmazonsApp CWinApp)
//{{AFX_MSG_MAP(CAmazonsApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CAmazonsApp construction
CAmazonsApp::CAmazonsApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CAmazonsApp object
CAmazonsApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CAmazonsApp initialization
BOOL CAmazonsApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CAmazonsDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1360188 2011-08-15 09:27 Amazons1\Amazons.aps
文件 1342 2011-08-15 09:43 Amazons1\Amazons.clw
文件 2077 2009-10-03 15:00 Amazons1\Amazons.cpp
文件 5247 2011-08-14 14:18 Amazons1\Amazons.dsp
文件 539 2009-10-03 15:00 Amazons1\Amazons.dsw
文件 1335 2009-10-03 15:00 Amazons1\Amazons.h
文件 230400 2011-08-15 09:47 Amazons1\Amazons.ncb
文件 56832 2011-08-15 09:47 Amazons1\Amazons.opt
文件 903 2011-08-15 09:19 Amazons1\Amazons.plg
文件 483548 2011-05-11 19:36 Amazons1\amazons.pptx
文件 6886 2011-08-15 09:19 Amazons1\Amazons.rc
文件 29661 2011-08-14 16:04 Amazons1\AmazonsDlg.cpp
文件 4080 2009-10-28 16:09 Amazons1\AmazonsDlg.h
文件 2359352 2011-08-14 10:00 Amazons1\bk.bmp
文件 1688 2009-10-16 22:33 Amazons1\Board.cpp
文件 1107 2009-10-17 19:24 Amazons1\Board.h
文件 14779 2011-08-15 08:53 Amazons1\Computer.cpp
文件 10330 2011-08-11 14:32 Amazons1\Computer.cpp.bak
文件 2458 2011-08-15 08:37 Amazons1\Computer.h
文件 9796 2011-08-08 22:18 Amazons1\Computer.o
文件 9460 2011-08-09 11:42 Amazons1\Cpp1.cpp
文件 3377 2011-08-09 10:13 Amazons1\Cpp1.dsp
文件 533 2011-08-09 11:42 Amazons1\Cpp1.dsw
文件 41984 2011-08-09 11:42 Amazons1\Cpp1.ncb
文件 48640 2011-08-09 11:42 Amazons1\Cpp1.opt
文件 1227 2011-08-09 11:18 Amazons1\Cpp1.plg
文件 3236864 2011-08-14 16:04 Amazons1\Debug\Amazons.bsc
文件 3764301 2011-08-15 09:19 Amazons1\Debug\Amazons.exe
文件 2530684 2011-08-15 09:19 Amazons1\Debug\Amazons.ilk
文件 15808 2011-08-14 14:11 Amazons1\Debug\Amazons.obj
............此处省略47个文件信息
- 上一篇:Eclipse使用详细教程
- 下一篇:基于mini2440的mp3播放器的设计
相关资源
- 宿舍管理系统源代码+论文 有图形界面
- 一个通用的线程池实现代码(Windows
- 安卓课程设计
- 基于opencv的人脸表情识别的预处理
- 团购网站—吉利团购
- cocos2dx 3.4 拼图游戏 源代码及运行文件
- node.js实战第二版
- 易买网项目全代码
- 高校迎新系统.rar
- 考试考场分配项目
- 南航行李价格计算软件及其测试报告
- ssm商务平台项目源码+数据库+详细笔记
- Ubuntu下Opencv显示中文
- Windows Redis
- 串口调试助手 vc 源代码
- 单USB双目摄像头拍摄程序
- 基于servlet的在线商城后台管理系统
- Swing样式大全全56种经典
- 旅行模拟查询系统
-
openfr
ameworks英文教程 - 微信会议签到
- hibernate同时配置多个数据库连接
- 电信资费管理系统
- VS2010 用CxImage读入各种图片格式后在内
- 程序员的自我修养(Epub)
- 数据课设---劳务管理系统
- 航空订票系统 设计题目、需求分析、
- Windows网络编程第二版源码(补充材料
- struts2图片单张和多张上传功能
- 公司资产及固有财产、设备管理系统
评论
共有 条评论