标题:谁来帮我改下这个
取消只看楼主
★☆
Rank: 2
来 自:北京
等 级:禁止访问
帖 子:23
专家分:11
注 册:2009-10-16
结帖率:100%
 问题点数:0 回复次数:0 
谁来帮我改下这个
我想让我写的这个东西不只能读出数据,而且想让他自己录入日期,然后我输入一个日期他就读出该日期对应的内容,就像一个备忘录有的功能
或者让我建立的文件为输入的日期名也可以
会做的说一下思路,最好写下代码,谢谢了。


#include<stdio.h>
main(long date)
{
char note[1000];
FILE*fp;
fp=fopen;
if((fp=fopen("d:\\notebook.txt","a+"))==NULL)
{gets("This input file can not be opened");exit(0);}
fscanf(fp,"%8s%s",date,&note);
fprintf(stdout," %8s\n%s\n",date,note);
fclose(fp);
if((fp=fopen("d:\\notebook.txt","r+"))==NULL)
{puts("This file can not be opened");exit(0);}
fscanf(stdin,"%8s%s",date,&note);
fprintf(fp,"%8s\n%s",date,note);
fclose(fp);
getch();
}
搜索更多相关主题的帖子: include opened 备忘录 file 而且 
2009-10-22 10:56



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-289463-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.542989 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved