【C++/Qt】QLCDNumber-电子时钟实战
摘要:头文件: #ifndef DIGITALCLOCK_H #define DIGITALCLOCK_H #include <QLCDNumber> class digitalClock : public QLCDNumber { Q_OBJECT public: digitalClock(QWidge
阅读全文
posted @
2024-01-11 14:18
wshidaboss
阅读(128)
推荐(0) 编辑
C/C++项目实战-推箱子小游戏
摘要:#include <graphics.h> #include <iostream> #include <Windows.h> #include <string> #include <conio.h> using namespace std; #define LINE 9 //行数 #define C
阅读全文
posted @
2023-10-07 20:37
wshidaboss
阅读(444)
推荐(1) 编辑