stdafx.h

来自「很有用的mfc书籍,看后感触很深,大家都收藏啊」· C头文件 代码 · 共 7 行

H
7
字号
#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions (including VB)

#if (_MFC_VER < 0x300)
#error This program requires MFC Version 3.0 or later.
#endif

⌨️ 快捷键说明

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