当前位置: 代码迷 >> C语言 >> 文件的打开方式
  详细解决方案

文件的打开方式

热度:518   发布时间:2008-06-14 22:44:51.0
文件的打开方式
使用
fopen("temp.txt","w"),fopen("temp.txt","wb")和fopen("temp.txt","wt")打开一个文件
然后输入fprintf(fp,"daa\t\vdadad\n\dad\ada\rdad\t\ttt\r")得到的文件temp.txt
怎么一样呢 ?

另外 fopen("temp.txt","w+")和fopen("temp.txt","r+")有什么区别呢 ?都能读写
搜索更多相关的解决方案: 方式  文件  

----------------解决方案--------------------------------------------------------