资源简介
飞机飞行源代码(VC6.0),是基于VC6.0编写的。对于新手是很不错的例子。
代码片段和文件信息
// 6_1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “6_1.h“
#include “MainFrm.h“
#include “6_1Doc.h“
#include “6_1View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy6_1App
BEGIN_MESSAGE_MAP(CMy6_1App CWinApp)
//{{AFX_MSG_MAP(CMy6_1App)
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()
/////////////////////////////////////////////////////////////////////////////
// CMy6_1App construction
CMy6_1App::CMy6_1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy6_1App object
CMy6_1App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy6_1App initialization
BOOL CMy6_1App::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(CMy6_1Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy6_1View));
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_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-08-16 23:05 飞机飞行源代码(VC6.0)\
文件 531 2018-07-24 03:14 飞机飞行源代码(VC6.0)\1.dsw
文件 58368 2018-07-24 03:14 飞机飞行源代码(VC6.0)\1.ncb
文件 52736 2018-07-24 03:14 飞机飞行源代码(VC6.0)\1.opt
文件 853200 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.aps
文件 1817 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.clw
文件 4183 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.cpp
文件 5088 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.dsp
文件 1333 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.h
文件 140288 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.ncb
文件 57856 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.opt
文件 1123 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.plg
文件 11148 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.rc
文件 1716 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1Doc.cpp
文件 1456 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1Doc.h
文件 6584 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1View.cpp
文件 2095 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1View.h
目录 0 2018-08-16 23:05 飞机飞行源代码(VC6.0)\Debug\
文件 1105973 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.exe
文件 349660 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.ilk
文件 22696 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.obj
文件 5564220 2018-07-24 03:49 飞机飞行源代码(VC6.0)\Debug\6_1.pch
文件 500736 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.pdb
文件 815624 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.res
文件 14458 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1Doc.obj
文件 29974 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1View.obj
文件 20804 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\Game.obj
文件 18441 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\MainFrm.obj
文件 105740 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\StdAfx.obj
文件 205824 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\vc60.idb
文件 364544 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\vc60.pdb
............此处省略21个文件信息
- 上一篇:印刷体文字识别VC++源程序及论文
- 下一篇:数据结构C语言源码
相关资源
- SDKvc6.0用
- MFC记事本vc6.0下开发
- vc6.0的MFC实现简单的俄罗斯方块小游戏
- vc6.0下mfc控件加载jpg格式图片
- VC6.0 OpenCV 摄像头程序
- VC6.0--计算器
- 个人收支财务管理系统 VC6.0MFC+ sql s
- 俄罗斯方块(基于VC6.0单文档)
- vc6.0编写的基于API的串口通信程序
- VC6.0 C++ MD5验证源码文件和字符串验证
- VC6.0编写的包过滤防火墙
- 基于VC++6.0的绘图软件画直线曲线矩形
- 坦克大战完整源代码
- VC6.0 MFC时钟运动源码.zip
- VC6.0将ListCtrl中数据写入到Excel
- VC6.0MFC聊天室
- GMP大数库实现大整数模以及Miller Rab
- 这是我在VC6.0下设计的一个坦克大战的
- VC6.0迷你版|VC6.0精简版|含编程专用的
- zw_vc6.0可执行源码.zip
- vc6.0调用vs2008 CImage类
- VC6.0中文版
- VC6.0实现socket、tcp传输,支持各类文件
- vc6.0串口通信,采用mscomm控件
- Visual C++ 6.0编程与技巧.pdf
- VS2010——Mschart应用成功
- VC6.0+MFC类库参考手册中文完整版
- VC6.0+ACCESS图书管理系统源代码
- 学生成绩管理系统VC6.0_MFC实现
- vc6.0绝对纯净版
评论
共有 条评论