2016年5月4日

C语言 文件操作11--文件函数再讲 fseek()和ftell()

摘要: //文件函数再讲 //fseek(),ftell(), #define _CRT_SECURE_NO_WARNINGS #include #include void main(){ //定义文件路径 char *path = "E:\\Look\\b1.txt";//仅支持window char *path1 = "E:/Look/b1.txt";//支持window... 阅读全文

posted @ 2016-05-04 16:48 寒魔影 阅读(589) 评论(0) 推荐(0) 编辑

导航