C獲取時間

方案1 優勢:僅使用C標準庫;缺點:只能精確到秒級 ios #include <time.h> #include <stdio.h> int main( void ) { char tempstr[100]; _strdate(tempstr); cout<<tempstr<<endl; time_t t = time( 0 ); char tm
相關文章
相關標籤/搜索