请问:怎样利用c++实现在文本框中显示系统时间
请问:怎样利用c++实现在文本框中显示系统时间
2006-06-14 08:24

2006-06-14 09:25
请附上源码
2006-06-14 09:28

2006-06-14 10:10
刚才试了一下:
GetSystemTime(LPSYSTEMTIME lpSystemTime)返回伦敦时间
GetLocalTime(&systemTime);返回北京(本地)时间。两个差8小时。

2006-06-14 11:04