clock_ctrl_srcclock_src

qq_77191 6 0 RAR 2020-09-17 02:09:16

vc 时钟程序 class CClockCtrl : public CStatic { public: //Constructors / Destructors CClockCtrl(); //Accessors int GetHour() const { return m_nHour; }; int GetMinute() const { return m_nMinute; }; int GetSecond() const { return m_nSecond; }; BOOL GetRealTime() const; BOOL

用户评论
请输入评论内容
评分:
暂无评论