资源简介
该游戏趣味好玩,值得国内个计算机行业人才学习。

代码片段和文件信息
// 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播放器的设计
相关资源
- SpringBoot+H2+mybatis-plus59130
- 登录注册界面.zip48872
- 数字华容道
- VisualStudioUninstaller vs卸载工具
- 组态王驱动开发包3.0.0.7(中文)
- SSM+Shiro+redis实现单点登陆
- 多窗口后台鼠标连点器
- jstl-api-1.2和jstl-impl-1.2
- 使用选择性重传协议实现UDP可靠通信
- VC 获得文件属性 获取文件的创建时
- 基于MVC模式的会员管理系统
- 国内一家大型软件公司内部的正规软
- 仿windows记事本
- 读者写者问题(读者优先,写者优先
- 用VC 编写的仿QQ聊天室程序源代码
- 外点法程序
- 外罚函数程序
- qt-电子点菜系统
- GUI银行管理系统
- 推箱子及人工智能寻路C 源代码
- 自己写的航空订票系统c 版--数据结构
- 数据结构实验魔王语言
- MUSIC算法c 实现
- C 餐厅叫号系统(QT平)
- 超市收银系统eclipse access大学课程设计
- 国际象棋c 完整版
-
ob
jectARX给Auto CAD加工具条 - 画图程序MFC/VC/VC CRectTracker 串行化
- MFC网络编程实例
- c 课程设计 职工信息管理系统
评论
共有 条评论