简单的计算器MFC程序

简单的MFC计算器程序

// CALDlg.cpp : implementation file

//

#include "stdafx.h"

#include "CAL.h"

#include "CALDlg.h"

#ifdef _DEBUG

#define new DEBUG_NEW

#undef THIS_FILE

static char THIS_FILE[] = __FILE__;

#endif

/////////////////////////////////////////////////////////////////////////////

// CAboutDlg dialog used for App About

class CAboutDlg : public CDialog

{

public:

CAboutDlg();

// Dialog Data

//{{AFX_DATA(CAboutDlg)

enum { IDD = IDD_ABOUTBOX };

//}}AFX_DATA

// ClassWizard generated virtual function overrides

//{{AFX_VIRTUAL(CAboutDlg)

protected:

virtual void DoDataExchange(CDataExchange* pDX);

//}}AFX_VIRTUAL

// Implementation

protected:

//{{AFX_MSG(CAboutDlg)

//}}AFX_MSG

DECLARE_MESSAGE_MAP()

};

CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)

{

//{{AFX_DATA_INIT(CAboutDlg)

//}}AFX_DATA_INIT

} // DDX/DDV support

你可能喜欢

  • MFC计算器课程设计报告
  • mfc计算器
  • 计算器C语言课程设计
  • 学生信息管理系统
  • C语言课程设计简易计算器
  • 离散数学试题答案
  • 计算器课程设计

简单的计算器MFC程序相关文档

最新文档

返回顶部