stdafx.h
来自「游戏编程精粹6第1章 通用编程,对入门的游戏开发者很有帮助.」· C头文件 代码 · 共 25 行
H
25 行
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#ifndef __STDAFX_H_
#define __STDAFX_H_
#ifdef _MSC_VER
#include <tchar.h>
#endif
#include <iostream>
#include <stdio.h>
//
#include <vector>
#include <list>
#include <string>
//
#include <core_defs.h>
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?