C语言帝国

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

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国