四种读写文件的方式:系统调用(open/read/write),C语言(fopen,fgets, fputs),C++(ifstream, ofstream getline,)泛型算法
第一种方法是系统调用(1)open系统调用原型:#include#include#includeintopen(constchar*pathname,intflags);intopen(constchar*pathname,intflags,mode_tmode);作用:用flag的方式打开路径名为path的文件参数:第一个参数是路径名,第二个参数是打开文件的方式(O_RDONLY,O_WRONL