stdafx.h
来自「上传的是有关mfc的详细介绍」· C头文件 代码 · 共 11 行
H
11 行
#ifndef STDAFX_H_
#define STDAFX_H_
#include <afxwin.h>
#include <afxext.h>
#include <afxdisp.h>
#include <afxdtctl.h>
#include <afxcmn.h>
#include <windows.h>
#define MFC_SHOWWND 0x04EF
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?