资源简介
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编写,亲测有效
相关资源
- 基于MFC的TCP调试助手源码95706
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- 基于mfc的多线程文件传输
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- C语言课程设计
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- MFC数字钟(基于VC6.0)
- c语言电子商务系统
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
川公网安备 51152502000135号
评论
共有 条评论