摘要: 1 /* 2 DIGCLOCK.C -- Digital Clock 3 (c) Charles Petzold, 1998 4 */ 5 6 #include <Windows.h> 7 8 #define ID_TIMER 1 9 10 LRESULT CALLBACK WndProc(HWND 阅读全文
posted @ 2018-05-18 17:03 web1013 阅读(454) 评论(0) 推荐(0)