2017年8月18日
摘要: time_t和SYSTEMTIME之间的相互转换 #include <ctime> /* **time_t转SYSTEMTIME */ SYSTEMTIME TimetToSystemTime(time_t t) { FILETIME ft; SYSTEMTIME pst; LONGLONG nLL 阅读全文
posted @ 2017-08-18 12:03 3D入魔 阅读(3115) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/coder_xia/article/details/6566708 一、标准C和C++都可用 1、获取时间用time_t time( time_t * timer ),计算时间差使用double difftime( time_t timer1, time_t 阅读全文
posted @ 2017-08-18 10:44 3D入魔 阅读(3122) 评论(0) 推荐(0) 编辑