C语言帝国
SEARCH
X 我知道了
TIPS:左右滑动导航栏可以查看更多栏目
订阅RSS
首页
C语言帝国QQ群
首页
C语言帝国QQ群
janurs 的 站内主页
2008
04-15
C语言的时间函数
VIEW
janurs
编程问题提问区
留下评论
#include <stdio.h> #include <time.h> void main(){ struct tm *target_time; time_t rawtime, t; int year,month,mday,hh,mm,ss; time ( &rawtime ); target_time = localtime ( &rawtime ); ....
Read More >
作者档案
昵称:
janurs
邮箱:
janurs@163.com