1. 首页
  2. 编程语言
  3. C++ 
  4. Qt猜数字游戏

Qt猜数字游戏

上传者: 2019-01-19 05:10:30上传 RAR文件 1.61MB 热度 28次
界面精美,简单游戏...代码量少 #include #include #include Guessnum::Guessnum(QWidget *parent) : QWidget(parent), ui(new Ui::Guessnum) { ui->setupUi(this); this->t=15; this->total=0; this->randNum=0; this->showNum=0; this->flag=0; this->time_flag=0;
用户评论
码姐姐匿名网友 2019-01-19 05:10:30

有游戏规则不?能发一下游戏规则不?

码姐姐匿名网友 2019-01-19 05:10:30

不错,挺好的,实用简单