?? chess.h
字號:
// Chess.h: interface for the CChess class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHESS_H__2F018FA8_4BDF_4EB2_9E21_1F62DF4C9DB1__INCLUDED_)
#define AFX_CHESS_H__2F018FA8_4BDF_4EB2_9E21_1F62DF4C9DB1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
const int resCount = 1000 ;
class CChess
{
public:
CChess();
virtual ~CChess();
int N;
char **Grid;
int *resOne;
int *res[resCount];
int DispNo;
int DispNoMax;
void go();
bool CChessCapture();
void CChessMalloc();
void CChessFree();
void Draw(CDC* pDC);
};
#endif // !defined(AFX_CHESS_H__2F018FA8_4BDF_4EB2_9E21_1F62DF4C9DB1__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -