cout.h

来自「VC++6.0自编程序」· C头文件 代码 · 共 68 行

H
68
字号
#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 + =
减小字号Ctrl + -
显示快捷键?