app.h
来自「这是我刚刚学习vc后的而用来学习的书籍」· C头文件 代码 · 共 24 行
H
24 行
////////////////////////////////////////////////////////////////
// TRACEWIN Copyright 1995 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
// TRACEWIN applet sits around waiting for diagnostic messages from
// MFC apps that have #included TRACEWIN.H
#include "resource.h"
/////////////////
// Application class
//
class CApp : public CWinApp {
public:
CApp();
virtual BOOL InitInstance();
//{{AFX_MSG(CApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?