c語言中獲取系統時間的方法

這是在設計圖書管理系統當中調用的獲取系統時間,簡單方便c++ #include<bits/stdc++.h> using namespace std; int main() { int a,b,c,d,e,f; int argc;char ** argv; time_t temp; struct tm *t; time(&temp); t = loc
相關文章
相關標籤/搜索