?? cout.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 + -