VC 计算器分析和总结.docxVIP

  • 2
  • 0
  • 约1.06万字
  • 约 14页
  • 2023-08-06 发布于上海
  • 举报
// CalculatorDlg.cpp : implementation file // #include stdafx.h #include Calculator.h #include CalculatorDlg.h #include math.h #ifdef _DEBUG #define new DEBUG_NEW #endif // CAboutDlg dialog used for App About Display *Pdisplay; class CAboutDlg : public CDialog { public: CAboutDlg(); // Dialog Data enum { IDD = IDD_ABOUTBOX }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: DECLARE_MESSAGE_MAP() }; CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { } void CAboutDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); }

文档评论(0)

1亿VIP精品文档

相关文档