发新帖

[C/VC/C++] C++保存文件以系统时间命名的方法

零下一度 2019-8-12 1016
CTime currTime;
currTime = CTime::GetCurrentTime();//获取系统时间

//格式化日期
CString strTime;
strTime.Format(_T("%.4d-%.2d-%.2d-%.2d-%.2d-%.2d"), currTime.GetYear(), currTime.GetMonth(), currTime.GetDay(), currTime.GetHour(), currTime.GetMinute(), currTime.GetSecond());

CString strPath;
strPath = _T("C:\\") + strTime + _T(".TXT");


最新回复 (0)
返回
零下一度
主题数
928
帖子数
0
注册排名
1