• 大小: 1.41MB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2023-11-11
  • 语言: C/C++
  • 标签: MFC  计算器  c++  

资源简介

MFC计算器,包含源代码,使用简单,方便。基于对话框的开发

资源截图

代码片段和文件信息

// AdvEdit.cpp : implementation file
//

#include “stdafx.h“
#include “Calculator.h“
#include “AdvEdit.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAdvEdit

CAdvEdit::CAdvEdit()
{
}

CAdvEdit::~CAdvEdit()
{
}


BEGIN_MESSAGE_MAP(CAdvEdit CEdit)
//{{AFX_MSG_MAP(CAdvEdit)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAdvEdit message handlers

评论

共有 条评论