#等系列

fopenfreadfwritefscanffprintffseekfeof ewindfgetsfputc等系列函数使用总结

转载自:http://blog.csdn.net/xidianzhimeng/article/details/235412891fopen 函数原型:FILE*fopen(constchar*path,constchar*mode);返回值:文件顺利打开后,指向该流的文件指针就会被返回。如果文件打开失败则返回...