?? stdafx.h
字號(hào):
// stdafx.h : 標(biāo)準(zhǔn)系統(tǒng)包含文件的包含文件,
// 或是經(jīng)常使用但不常更改的
// 特定于項(xiàng)目的包含文件
//
#ifndef stdafx_h
#define stdafx_h
#ifndef _WIN32_WINNT // 允許使用特定于 Windows XP 或更高版本的功能。
#define _WIN32_WINNT 0x0501 // 將此值更改為相應(yīng)的值,以適用于 Windows 的其他版本。
#endif
#include <stdio.h>
#include <tchar.h>
#include <iostream>
#include <vector>
#include <string>
#include <stdlib.h>
#include <time.h>
#include "fa.h"
using namespace std;
#endif
// TODO: 在此處引用程序需要的其他頭文件
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -