会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
王牌飞行员_里海
博客园
新随笔
联系
管理
06 2021 档案
【C++】秒级时间戳,毫秒级时间戳
摘要:时间戳,秒级 测试代码: #include <iostream> #include <time.h> #include <windows.h> using namespace std; int main() { // 当前的时间戳(秒) time_t t; time(&t); cout << t <
阅读全文
posted @
2021-06-18 09:52
王牌飞行员_里海
阅读(1100)
评论(0)
推荐(0)
公告