c 獲得系統時間,將時間寫入TXT檔案

2021-09-25 09:23:15 字數 1161 閱讀 1133

最近在測試一些東西時,想獲取當前的時間方便區分我的程式某一步的確觸發了。找了一下獲取系統時間的方法。寫下了當個隨筆,以後好翻。

直接上**,反正一看就懂。

#include

#include

#include

using std::cout;

using std::cin;

using std::endl;

intmain

(void

)

然後,結果是

20:7:1 好難看,想辦法變成20:07:01;查了下,利用流格式控制符可以搞定,標頭檔案是iomanip,**改為

#include

#include

#include

#include

using std::cout;

using std::cin;

using std::endl;

using std::setw;

using std::setfill;

intmain

(void

)

完成了,現在的輸出好看一些了。

怎麼把這個東西和我的測試結果寫到乙個txt檔案呢?,**如下

#include

#include

#include

#include

using std::cout;

using std::cin;

using std::endl;

using std::setw;

using std::setfill;

using std::ofstream;

using std::ios;

intmain

(void

)

結果如下

如何在C 獲得系統時間

方案 優點 僅使用c標準庫 缺點 只能精確到秒級 include include int main void size t strftime char strdest,size t maxsize,const char format,const struct tm timeptr 根據格式字串生成字...

獲得系統當前時間

方案 優點 僅使用c標準庫 缺點 只能精確到秒級 include include int main void size t strftime char strdest,size t maxsize,const char format,const struct tm timeptr 根據格式字串生成字...

獲得系統當前時間

nsdateformatter nsdformatter nsdateformatter alloc init autorelease nsdformatter setdatestyle nsdateformattershortstyle nsdformatter setdateformat yyy...