随笔分类 -  c++

关于Visual Studio 2022的时间函数报错问题的解决办法
摘要:#include <iostream>#include <time.h>using namespace std;​​int main(){ time_t t = time(0);//返回从1970,1,1,00:00:00到现在的时间(毫秒) char tmp[64]; strftime(tmp, 阅读全文

posted @ 2022-06-21 09:58 天上的白云 阅读(1089) 评论(0) 推荐(0)