cexitframe.h

来自「AA制消费管理系统 要深入学习C++面向对象编程的同学可以看看。」· C头文件 代码 · 共 12 行

H
12
字号
#ifndef _CEXIT_H
#define _CEXIT_H
#include "interface.h"
class CExitFrame: public CInterface
{
public:
	void printExitFrame();//**************打印退出界面
	int inputctrl(int n);//***************输入控制
protected:
private:
};
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?