⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 function.h

📁 软件的名称:AA制用餐管理系统 软件的功能:管理消费中产生的费用
💻 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 + -