资源简介
最经典的c++实例,100个经典实例,切实提高您的实战技能,让您的c++语言更上一层楼!
代码片段和文件信息
// HelloWorld.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “HelloWorld.h“
#include “MainFrm.h“
#include “HelloWorldDoc.h“
#include “HelloWorldView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CHelloWorldApp
BEGIN_MESSAGE_MAP(CHelloWorldApp CWinApp)
//{{AFX_MSG_MAP(CHelloWorldApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CHelloWorldApp construction
CHelloWorldApp::CHelloWorldApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CHelloWorldApp object
CHelloWorldApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CHelloWorldApp initialization
BOOL CHelloWorldApp::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(CHelloWorldDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CHelloWorldView));
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->ShowW
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-11-30 18:17 1\
目录 0 2010-11-30 18:16 1\实例01\
目录 0 2010-11-30 18:16 1\实例01\Debug\
文件 118942 2010-11-13 15:38 1\实例01\Debug\HelloWorld.exe
文件 303220 2010-11-13 15:38 1\实例01\Debug\HelloWorld.ilk
文件 23994 2010-11-13 15:38 1\实例01\Debug\HelloWorld.obj
文件 5502668 2010-11-13 15:37 1\实例01\Debug\HelloWorld.pch
文件 328704 2010-11-13 15:38 1\实例01\Debug\HelloWorld.pdb
文件 7356 2010-11-13 15:37 1\实例01\Debug\HelloWorld.res
文件 15751 2010-11-13 15:38 1\实例01\Debug\HelloWorldDoc.obj
文件 22277 2010-11-13 15:38 1\实例01\Debug\HelloWorldView.obj
文件 20755 2010-11-13 15:38 1\实例01\Debug\MainFrm.obj
文件 106382 2010-11-13 15:37 1\实例01\Debug\StdAfx.obj
文件 205824 2010-11-22 13:36 1\实例01\Debug\vc60.idb
文件 364544 2010-11-13 15:38 1\实例01\Debug\vc60.pdb
文件 29792 2010-11-17 10:45 1\实例01\HelloWorld.aps
文件 2015 1999-03-26 23:40 1\实例01\HelloWorld.clw
文件 4281 1999-03-26 23:40 1\实例01\HelloWorld.cpp
文件 4639 1999-03-26 23:40 1\实例01\HelloWorld.dsp
文件 543 1999-03-26 23:40 1\实例01\HelloWorld.dsw
文件 1400 1999-03-26 23:40 1\实例01\HelloWorld.h
文件 74752 1999-03-26 23:45 1\实例01\HelloWorld.ncb
文件 49664 2010-11-22 13:37 1\实例01\HelloWorld.opt
文件 1820 1999-03-26 23:44 1\实例01\HelloWorld.plg
文件 10609 1999-03-26 23:40 1\实例01\HelloWorld.rc
文件 1822 1999-03-26 23:40 1\实例01\HelloWorldDoc.cpp
文件 1519 1999-03-26 23:40 1\实例01\HelloWorldDoc.h
文件 2859 1999-03-26 23:44 1\实例01\HelloWorldView.cpp
文件 1955 1999-03-26 23:40 1\实例01\HelloWorldView.h
文件 2511 1999-03-26 23:40 1\实例01\MainFrm.cpp
文件 1581 1999-03-26 23:40 1\实例01\MainFrm.h
............此处省略1407个文件信息
- 上一篇:用VC++编写的一个动态效果的简单动画
- 下一篇:Dlg_OpenGL
相关资源
- 用VC++编写的一个动态效果的简单动画
- P2P网络技术原理与C++开发案例pdf版
-
Unreal Engine 4 sc
ripting with C++ Cookbook - C++多路视频传输
- C++ 设备管理系统
- 一个基于C++的简单银行存取管理系统
- Windows版微信打飞机游戏C++
- VC++ 读图 分类 变化监测 几何校正
- 2048游戏C++实现
- Visual C++ 6.0编程与技巧.pdf
- 仓库管理系统C++版
- C++进行http请求,并获取返回结果
- 病毒Phatbot的C++源代码
- Algorithms in C++ Parts 1-4(英文版)Robe
- 俄罗斯方块游戏设计C++课程设计报告
- 组态王modbus协议驱动vc++
- 数据结构(C++语言版)习题解析-邓俊
- Qt版黑白棋251471
- VC++ SerialPort类 串口调试程序vs2013工程
- C++程序设计谭浩强带书签版完整懂的
- MFC北京公交车查询系统C/C++
- 商品销售管理系统源码和附加数据库
- c++基于Windows编程的打飞机小游戏源代
- MFC局域网聊天室可屏蔽、可私聊C++ 客
- C++程序设计历年真题复习资料 04737
- marching_cubes算法C++
- 亲测VC++ 编程助手 Vissual AssistX (VS
- Visual C++ 从入门到精通 配套光盘 源码
- C/C++图像处理编程
- c++课程设计-----股票交易系统源代码
评论
共有 条评论