资源简介
我大学时候设计的一个最最简单的mfc坦克大战,适合最最最最最基础的人群,C++实现一个小demo,适合初级玩家试试水
代码片段和文件信息
// 122055116.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “122055116.h“
#include “MainFrm.h“
#include “122055116Doc.h“
#include “122055116View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy122055116App
BEGIN_MESSAGE_MAP(CMy122055116App CWinApp)
//{{AFX_MSG_MAP(CMy122055116App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy122055116App construction
CMy122055116App::CMy122055116App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy122055116App object
CMy122055116App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy122055116App initialization
BOOL CMy122055116App::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
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy122055116Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy122055116View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWn
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1385840 2014-10-29 20:08 122055116\122055116.aps
文件 2356 2014-10-29 20:08 122055116\122055116.clw
文件 4302 2014-06-20 11:02 122055116\122055116.cpp
文件 5169 2014-06-20 22:47 122055116\122055116.dsp
文件 543 2014-06-15 17:41 122055116\122055116.dsw
文件 1399 2014-06-15 17:29 122055116\122055116.h
文件 99328 2014-10-29 20:36 122055116\122055116.ncb
文件 54784 2014-10-29 20:36 122055116\122055116.opt
文件 913 2014-10-29 20:08 122055116\122055116.plg
文件 12102 2014-10-29 20:08 122055116\122055116.rc
文件 1836 2014-06-15 17:29 122055116\122055116Doc.cpp
文件 1522 2014-06-15 17:29 122055116\122055116Doc.h
文件 6260 2014-06-21 22:39 122055116\122055116View.cpp
文件 2008 2014-06-21 10:20 122055116\122055116View.h
文件 1736757 2014-10-29 20:08 122055116\Debug\122055116.exe
文件 321848 2014-10-29 20:08 122055116\Debug\122055116.ilk
文件 23096 2014-06-21 10:20 122055116\Debug\122055116.obj
文件 5498748 2014-06-15 17:39 122055116\Debug\122055116.pch
文件 492544 2014-10-29 20:08 122055116\Debug\122055116.pdb
文件 1348216 2014-10-29 20:08 122055116\Debug\122055116.res
文件 14820 2014-06-15 17:39 122055116\Debug\122055116Doc.obj
文件 29596 2014-10-26 11:30 122055116\Debug\122055116View.obj
文件 7083 2014-06-20 23:10 122055116\Debug\Game.obj
文件 19760 2014-06-15 17:39 122055116\Debug\MainFrm.obj
文件 105471 2014-06-15 17:39 122055116\Debug\StdAfx.obj
文件 214016 2014-10-29 20:08 122055116\Debug\vc60.idb
文件 364544 2014-10-26 11:30 122055116\Debug\vc60.pdb
文件 723 2014-06-20 23:10 122055116\Game.cpp
文件 619 2014-06-20 22:41 122055116\Game.h
文件 2510 2014-06-15 17:29 122055116\MainFrm.cpp
............此处省略21个文件信息
相关资源
- VS MFC C++ 万年历
- C++做的拼图游戏有详细步骤
- VC++开发的软件动态链接库mfc42d.dll m
- 汉字点阵字库建立与提取
- MFC界面 约瑟夫环
- 利用MFC编写一个简单的带界面的数据
- MFC编写的DES加解密程序
- 操作系统课程设计 哲学家进餐问题完
- 360杀毒软件界面源码—Visual C++6.0开发
- opengl MFC时钟动画
- 《游戏编程All In One》源码
- 用MFC开发的UDP接收和发送软件
- 用MFC实现的职工管理系统
- mfc按CEdit编辑框弹出自定义键盘
- MFC窗口特效之动画效果
- 语音识别GMM模型
- VC++打印程序Print
- MFC42UD.DLLMFC42UD.LIBMFCN42UD.LIBMFCO42UD.DLL
- MFC中用CHtmlView作的浏览器
- MFC函数库.rar
- RSA算法加密MFC实现
- 基于UDP协议的简单聊天系统设计与实
- c语言魂斗罗版本代码
- c++网吧计费管理系统
- 串口调试助手适合MFC新手入门
- 飞行射击游戏源码c++
- 塔防游戏源码c++
- 飞机大战游戏代码c++
- 操作系统进程间通信,用mfc实现
- MFC实现的图书管理系统
评论
共有 条评论