C 获得系统时间并把该时间作为保存数据的.txt文件名 详细C语言程序 5

 我来答
千峰吉C
2013-02-19 · TA获得超过276个赞
知道小有建树答主
回答量:177
采纳率:100%
帮助的人:101万
展开全部
#include <stdio.h>
#include <time.h>
void main(void)
{
struct tm *newtime;
FILE *f;
time_t ltime;
time (<ime); /* Get the time in seconds */
newtime = localtime(<ime); /* convert it to the structure tm */
f=fopen(“TIME.TXT”."w");
fprintf(f,"The current time and date are %s", asctime(newtime));/* print the local time as a string */
fclose(f);
}
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友594d205f21
2013-02-19 · TA获得超过271个赞
知道小有建树答主
回答量:769
采纳率:0%
帮助的人:339万
展开全部
可以用time函数
追问
具体怎么实现呢
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式