?? stdafx.h
字號:
/***************************************************************************
stdafx.h - include file for standard system include files, or project
specific include files that are used frequently, but are
changed infrequently.
begin : April 2004
copyright : (C) 2004 by Phil Cairns
email : philcairns@hotmail.com
This code may be used in compiled form in any way you desire (including
commercial use). The code may be redistributed unmodified by any means
providing it is not sold for profit without the authors written consent,
and providing that this notice and the authors name and all copyright
notices remains intact.
This software is provided "as is" without express or implied warranty. Use
it at your own risk!
***************************************************************************/
#if !defined(__stdafx_h)
#define __stdafx_h
#include <tchar.h>
#include <stdio.h>
#include <io.h>
#include <string>
#include <vector>
#include <list>
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -