摘要: 在利用fprintf函数将数据按格式输出到文件中时,通常需要限定数据的格式,例如:FILE *f=fopen("d:\\1.txt","w+");int a =20;float b = 3.006544;double c = 6.2154857;fprintf(f,"%6d%c",a,',');fp... 阅读全文
posted @ 2014-04-28 15:57 jiayouwyhit 阅读(765) 评论(0) 推荐(0)