tc 中的DATE获取

#include  < dos.h >  
#include 
< stdio.h >  

int  main( void

   
struct  date d; 

   getdate(
& d); 
   printf(
" The current year is: %d\n "
   d.da_year); 
   printf(
" The current day is: %d\n "
   d.da_day); 
   printf(
" The current month is: %d\n "
   d.da_mon); 
   
return   0
}

posted on 2006-12-31 19:57 snowhill 阅读(126) 评论(0)  编辑 收藏 引用 所属分类: 系统管理


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

导航

公告

又一年...........

留言簿(3)

随笔分类(13)

文章分类(131)

文章档案(124)

c++

java

linux

oracle

常用软件

其他

网络配置

系统安全

音乐

搜索

最新评论

阅读排行榜