?? function.h
字號:
#if !defined(_FUNCTION_h)
#define _FUNCTION_h
/*一些函數封裝*/
class function
{
public:
static void SetTextCorlor(unsigned short int color);
static void GetXY(int *x,int *y);
static void SetXY(int xcursor, int ycursor);
static void GetTime();
static void DrawInputFrame(unsigned short color,int xcursor,int ycursor,int len);
static void ClearScreen(int fromX,int fromY,int toX,int toY);
static void Loading();
static void SetCorlor(short int color);
static int input(char str[], int len);
static int InputValidate(char str[],int begin,int to);
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -