资源简介
c++课程设计 有MFC实现 附带课程设计报告
代码片段和文件信息
// Calculator2.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Calculator2.h“
#include “Calculator2Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCalculator2App
BEGIN_MESSAGE_MAP(CCalculator2App CWinApp)
//{{AFX_MSG_MAP(CCalculator2App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCalculator2App construction
CCalculator2App::CCalculator2App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCalculator2App object
CCalculator2App theApp;
/////////////////////////////////////////////////////////////////////////////
// CCalculator2App initialization
BOOL CCalculator2App::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
CCalculator2Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11338 2002-01-14 01:01 计算器4\CALCDLG.CPP
文件 2979 2002-01-14 01:01 计算器4\CALCDLG.H
文件 24076 2009-01-02 20:05 计算器4\Calculator.aps
文件 3394 2009-01-02 20:06 计算器4\Calculator.clw
文件 2119 2002-01-14 01:01 计算器4\Calculator.cpp
文件 4652 2002-01-14 01:01 计算器4\Calculator.dsp
文件 543 2002-01-14 01:01 计算器4\Calculator.dsw
文件 1368 2002-01-14 01:01 计算器4\Calculator.h
文件 189440 2009-01-02 20:06 计算器4\Calculator.ncb
文件 1304 2009-01-02 20:06 计算器4\Calculator.plg
文件 9105 2008-12-28 21:35 计算器4\Calculator.rc
文件 3366 2008-12-28 20:26 计算器4\CalculatorDlg.h
文件 3651 2002-01-14 01:01 计算器4\ReadMe.txt
文件 2758 2008-12-28 18:29 计算器4\resource.h
文件 212 2002-01-14 01:01 计算器4\StdAfx.cpp
文件 1054 2002-01-14 01:01 计算器4\StdAfx.h
文件 2150448 2009-01-02 20:06 计算器4\Debug\Calculator.exe
文件 2509156 2009-01-02 20:06 计算器4\Debug\Calculator.ilk
文件 13233 2008-12-28 21:42 计算器4\Debug\Calculator.obj
文件 5661516 2008-12-28 21:42 计算器4\Debug\Calculator.pch
文件 4129792 2009-01-02 20:06 计算器4\Debug\Calculator.pdb
文件 10372 2008-12-28 21:42 计算器4\Debug\Calculator.res
文件 105493 2008-12-28 21:42 计算器4\Debug\StdAfx.obj
文件 214016 2009-01-02 20:06 计算器4\Debug\vc60.idb
文件 364544 2009-01-02 20:05 计算器4\Debug\vc60.pdb
文件 58892 2009-01-02 20:05 计算器4\Debug\CalculatorDlg.obj
文件 1078 2002-01-14 01:02 计算器4\RES\Calculator.ico
文件 402 2002-01-14 01:02 计算器4\RES\Calculator.rc2
..A.SH. 3072 2008-12-27 12:44 计算器4\RES\Thumbs.db
文件 16408 2009-01-02 20:05 计算器4\CalculatorDlg.cpp
............此处省略82个文件信息
- 上一篇:C、C++中国象棋程序入门与提高
- 下一篇:迷宫益智游戏,c++mfc编写,亲测有效
相关资源
- 迷宫益智游戏,c++mfc编写,亲测有效
- C、C++中国象棋程序入门与提高
- MinGW Windows 下gnu C/C++编译器
- 运动会成绩管理系统 mfc+ sql2000
- C++编写的多线程C/S模式仿QQ软件
- 基于单片机控制的LED点阵屏 含设计报
- mfc图书管理系统236562
- vc-基于MFC编程,使用TCP/IP模型编写
- MFC中使用OpenCV显示选定文件夹中所有
- mfc120d.dll 資源下載
- c++ 酒店管理系统
- 密码编码学:加密方法的C与C++实现
- 数据结构用面向对象的方法与C++语言
- 超级玛丽c++代码(经典小游戏)
- MFC中文和英文帮助文档(各一份)
- 基于linux C/C++和Qt的聊天程序
- MFC图片浏览器
- Las读写程序c++
- 图像边缘提取经典算法MFC实现
- VC++ MFC编写的2048小游戏工程及源代码
- Algorithms in C++236166
- MFC实现dem的读取与现实
-
[openfr
ameworks] 精通 openfr ameworks ( - Coons曲面与hermite、bezier、B样条曲线标
- MFC扫雷游戏源码 自己做的 适合初学者
- C++语言绘制中国地图
- MFC皮肤免费可用
- C++教程 面向对象编程 清华大学出版
- 斗地主C++实现
- VC++6.0 MFC 基于对话框编写的扫雷源程
评论
共有 条评论