• 大小: 1.81 MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 其他
  • 标签: mfc  计算器  

资源简介

自己随便做的一个简单的mfc计算器

资源截图

代码片段和文件信息

// My.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “My.h“
#include “MyDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMyApp

BEGIN_MESSAGE_MAP(CMyApp CWinApp)
//{{AFX_MSG_MAP(CMyApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CMyApp construction

CMyApp::CMyApp()
{
// TODO: add construction code here
// Place all significant initializat

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21952  2012-01-01 14:21  My\My.aps

     文件       1775  2012-01-18 10:01  My\My.clw

     文件       2007  2011-12-27 10:35  My\My.cpp

     文件       4087  2011-12-27 10:35  My\My.dsp

     文件        510  2011-12-27 10:56  My\My.dsw

     文件       1280  2011-12-27 10:35  My\My.h

     文件      58368  2012-02-01 09:04  My\My.ncb

     文件      53760  2012-02-01 09:04  My\My.opt

     文件        238  2012-01-18 10:00  My\My.plg

     文件       6066  2011-12-27 11:05  My\My.rc

     文件       8462  2011-12-27 11:02  My\MyDlg.cpp

     文件       2189  2011-12-27 10:58  My\MyDlg.h

     文件       3507  2011-12-27 10:35  My\ReadMe.txt

     文件       1554  2011-12-27 10:56  My\resource.h

     文件        204  2011-12-27 10:35  My\StdAfx.cpp

     文件       1054  2011-12-27 10:35  My\StdAfx.h

     文件       1078  2011-12-27 10:35  My\res\My.ico

     文件        394  2011-12-27 10:35  My\res\My.rc2

     文件     114751  2012-01-01 14:21  My\Debug\My.exe

     文件     192884  2012-01-01 14:21  My\Debug\My.ilk

     文件      13661  2012-01-01 14:21  My\Debug\My.obj

     文件    5624068  2012-01-01 14:21  My\Debug\My.pch

     文件     279552  2012-01-01 14:21  My\Debug\My.pdb

     文件       3020  2011-12-27 11:05  My\Debug\My.res

     文件      40488  2012-01-01 14:21  My\Debug\MyDlg.obj

     文件     105635  2012-01-01 14:21  My\Debug\StdAfx.obj

     文件     320512  2012-01-18 10:00  My\Debug\vc60.idb

     文件     364544  2012-01-01 14:21  My\Debug\vc60.pdb

     目录          0  2012-08-17 11:27  My\res

     目录          0  2012-08-17 11:27  My\Debug

............此处省略4个文件信息

评论

共有 条评论