?? stdafx.cpp
字號:
// stdafx.cpp : source file that includes just the standard includes
// WIN馬踏棋盤.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
int m_ChessBoardSize_x=6;
int m_ChessBoardSize_y=6;
int horse_X=1;
int horse_Y=1;
int O_X=1;
int O_Y=1;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -