📄 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 + -