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
相关文章
相关标签/搜索