资源简介
C++ MFC 实训 计算器 实训报告 C++ MFC 实训 计算器 实训报告 C++ MFC 实训 计算器 实训报告 C++ MFC 实训 计算器 实训报告
代码片段和文件信息
// Calculator.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Calculator.h“
#include “CalculatorDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp
BEGIN_MESSAGE_MAP(CCalculatorApp CWinApp)
//{{AFX_MSG_MAP(CCalculatorApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp construction
CCalculatorApp::CCalculatorApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCalculatorApp object
CCalculatorApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp initialization
BOOL CCalculatorApp::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
CCalculatorDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 147456 2018-03-14 01:54 C++MFC实训_计算器\计算器Calculator_实训报告.doc
目录 0 2018-03-14 01:55 C++MFC实训_计算器\计算器Calculator_源码\
文件 23356 2017-05-24 14:09 C++MFC实训_计算器\计算器Calculator_源码\Calculator.aps
文件 2257 2017-05-24 14:09 C++MFC实训_计算器\计算器Calculator_源码\Calculator.clw
文件 2119 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\Calculator.cpp
文件 4231 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\Calculator.dsp
文件 526 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\Calculator.dsw
文件 1368 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\Calculator.h
文件 132096 2017-05-24 14:09 C++MFC实训_计算器\计算器Calculator_源码\Calculator.ncb
文件 49664 2017-05-24 14:09 C++MFC实训_计算器\计算器Calculator_源码\Calculator.opt
文件 254 2017-05-24 14:09 C++MFC实训_计算器\计算器Calculator_源码\Calculator.plg
文件 6768 2016-01-04 14:42 C++MFC实训_计算器\计算器Calculator_源码\Calculator.rc
文件 11505 2016-01-05 16:07 C++MFC实训_计算器\计算器Calculator_源码\CalculatorDlg.cpp
文件 2286 2016-01-04 14:47 C++MFC实训_计算器\计算器Calculator_源码\CalculatorDlg.h
目录 0 2018-03-14 01:55 C++MFC实训_计算器\计算器Calculator_源码\Debug\
文件 114786 2016-01-06 13:48 C++MFC实训_计算器\计算器Calculator_源码\Debug\Calculator.exe
文件 306760 2016-01-06 13:48 C++MFC实训_计算器\计算器Calculator_源码\Debug\Calculator.ilk
文件 14095 2016-01-03 15:18 C++MFC实训_计算器\计算器Calculator_源码\Debug\Calculator.obj
文件 5492816 2016-01-03 09:56 C++MFC实训_计算器\计算器Calculator_源码\Debug\Calculator.pch
文件 410624 2016-01-06 13:48 C++MFC实训_计算器\计算器Calculator_源码\Debug\Calculator.pdb
文件 3432 2016-01-04 14:42 C++MFC实训_计算器\计算器Calculator_源码\Debug\Calculator.res
文件 57217 2016-01-06 13:48 C++MFC实训_计算器\计算器Calculator_源码\Debug\CalculatorDlg.obj
文件 105713 2016-01-03 09:56 C++MFC实训_计算器\计算器Calculator_源码\Debug\StdAfx.obj
文件 304128 2017-05-24 14:09 C++MFC实训_计算器\计算器Calculator_源码\Debug\vc60.idb
文件 446464 2016-01-06 13:48 C++MFC实训_计算器\计算器Calculator_源码\Debug\vc60.pdb
文件 3651 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\ReadMe.txt
目录 0 2018-03-14 01:55 C++MFC实训_计算器\计算器Calculator_源码\res\
文件 1078 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\res\Calculator.ico
文件 402 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\res\Calculator.rc2
文件 1884 2016-01-04 14:42 C++MFC实训_计算器\计算器Calculator_源码\resource.h
文件 212 2016-01-01 23:49 C++MFC实训_计算器\计算器Calculator_源码\StdAfx.cpp
............此处省略1个文件信息
- 上一篇:实用C++调试指南
- 下一篇:MFC,3D动画小车
相关资源
- MFC,3D动画小车
- 实用C++调试指南
- C++网络对战版五子棋
-
c++实现解析xm
l - MFC+Opencv 摄像头保存为图像和视频
- 毕业设计c++程序设计教学网站
- C++ MFC编写的计算器含各种进制转化、
- mfc制作简单的中国地图
- vc++ MD5算法源码
- 自制杀毒软件C++源码
- 数据结构 图 景点信息管理系统
- 21天学通 C++第8版)完整高清
- More Effective C++ 侯捷翻译 高清带书签
- 高速上手 C++ 11 14 17
- c++21点游戏 命令行界面
- 停车场管理系统(vc MFC实现)
- C++程序编写的打地鼠游戏
- c++ 代码重用教程
- C_C++程序员面试宝典 文字版 非扫描
- 求图中任意两点的最短路径和全部路
- Design Patterns in Modern C++-Apress(2018)
- Visual C++ 2010 Express 中文版安装文件 器
- 数字图像处理MFC编程之灰度图像线性
- 0-9手写数字识别C++实现
- 在线考试系统 + C++ +access
- MFC二叉树遍历的可视化
- C++ MFC 编写的聊天室软件源码
- 基于MFC的Basler相机SDK采集
- C++编程思想C++编程思想
- linux libstdc++.so.6库
评论
共有 条评论