⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cout.h

📁 VC++6.0自编程序
💻 H
字号:
#if !defined(AFX_COUT_H__B10DDBFE_77D5_40D6_916C_1CAB2F5941DA__INCLUDED_)
#define AFX_COUT_H__B10DDBFE_77D5_40D6_916C_1CAB2F5941DA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Cout.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCout dialog

class CCout : public CDialog
{
// Construction
public:
    int m_n;
    double m_num;
	int  point;
	char m_operator;
	double m_second_num;
	double m_first_num;
	int m_flag;
	CCout(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCout)
	enum { IDD = IDD_DIALOG1 };
	CString	m_edit;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCout)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCout)
	afx_msg void OnBut1();
	afx_msg void OnBut2();
	afx_msg void OnBut3();
	afx_msg void OnBut4();
	afx_msg void OnBut5();
	afx_msg void OnBut6();
	afx_msg void OnBut7();
	afx_msg void OnBut8();
	afx_msg void OnBut9();
	afx_msg void OnBut10();
	afx_msg void OnBUTJia();
	afx_msg void OnBUTJian();
	afx_msg void OnBUTCheng();
	afx_msg void OnBUTChu();
	afx_msg void OnBUTDengYu();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_COUT_H__B10DDBFE_77D5_40D6_916C_1CAB2F5941DA__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -