-
大小: 22.29MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-06-19
- 语言: C/C++
- 标签: MFC ViscuallC++ 源码
资源简介
Visual C++程序设计与应用教程
代码片段和文件信息
// Li10_1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Li10_1.h“
#include “Li10_1Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLi10_1App
BEGIN_MESSAGE_MAP(CLi10_1App CWinApp)
//{{AFX_MSG_MAP(CLi10_1App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CLi10_1App construction
CLi10_1App::CLi10_1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CLi10_1App object
CLi10_1App theApp;
/////////////////////////////////////////////////////////////////////////////
// CLi10_1App initialization
BOOL CLi10_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
CLi10_1Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-11-21 10:49 马石安著Visual C++程序设计与应用教程(第二版)\
目录 0 2016-11-21 10:48 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\
目录 0 2016-11-21 10:48 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\
文件 35556 2007-04-03 19:55 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.aps
文件 1106 2007-04-03 20:05 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.clw
文件 2063 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.cpp
文件 4159 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.dsp
文件 537 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.dsw
文件 1324 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.h
文件 58368 2007-04-03 20:05 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.ncb
文件 53760 2007-04-03 20:05 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.opt
文件 702 2007-04-03 19:55 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.plg
文件 5236 2007-04-03 19:55 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1.rc
文件 4337 2007-03-30 22:05 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1Dlg.cpp
文件 1368 2007-03-30 21:54 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Li10_1Dlg.h
文件 3579 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\ReadMe.txt
目录 0 2016-11-21 10:48 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\res\
文件 684 2007-03-30 21:55 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\Resource.h
文件 1078 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\res\Li10_1.ico
文件 398 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\res\Li10_1.rc2
文件 208 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\StdAfx.cpp
文件 1054 2007-03-30 21:49 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_1\StdAfx.h
目录 0 2016-11-21 10:48 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\
文件 44112 2007-03-31 22:07 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.aps
文件 2290 2007-04-05 11:15 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.clw
文件 4209 2007-03-31 21:58 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.cpp
文件 4555 2007-03-31 21:58 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.dsp
文件 537 2007-03-31 21:58 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.dsw
文件 1356 2007-03-31 21:58 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.h
文件 58368 2007-04-05 11:15 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.ncb
文件 53760 2007-04-05 11:15 马石安著Visual C++程序设计与应用教程(第二版)\第10章实例\Li10_2\Li10_2.opt
............此处省略2542个文件信息
- 上一篇:C++程序设计实践指导
- 下一篇:Effective C++
相关资源
- MFC将exe完美嵌套到static内
- C++操作SQL Server数据库新增 删除 修改
- C++编写电压电流表仪表盘
- 基于MFC的飞秋实现
- 相机标定——双目标定的MFC简单实现
- 相机标定——基于张正友标定标定法
- vs2010 mfc对话框五子棋小游戏
- VS2010 C++ MFC简易计算器
- 网上收集的2011.12之前的绝大部分 五子
- MFC vc6.0 RSA DES MD5 加密解密算法
- 基于Opencv的相机操作代码
- 大恒相机程序
- 计算机图形学图形剪裁与变换算法的
- MFC项目开发85个
- Iocomp Components v4.02 SP2 Full Source(完整
- Visual+C++MFC编程教程
- 学生成绩管理系统V2.5MFC版 vs2008
- 计算器 3.0 源码 vs2008 MFC vc++
- MFC 子对话框向父对话框 Edit内容的同
- Visual C++MFC编程(通过85个全面讲述了
- C++ GUI Qt4 编程 第二版(pdf+源码).r
- MFC操作离线地图源程序
- MFC串口通讯接受数据双缓冲画波形图
- 贪吃蛇mfc版
- 通过MFC对SQLite进行操作
- 通过MFC实现数码管显示数字
- MFC实现向TXT中读写数据
- MFCWinPcap编写一个嗅探器.zip
- MFC实现FTP客户端
- MFC Opencv显示图片,图片类型为Mat
评论
共有 条评论