stdafx.h
来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· C头文件 代码 · 共 15 行
H
15 行
// $Id: stdafx.h 79540 2007-08-30 17:34:50Z shuston $// stdafx.h : include file for standard system include files, or// project specific include files that are used frequently, but are// changed infrequently//#pragma once#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers// Windows Header Files:#include <windows.h>// TODO: reference additional headers your program requires here
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?