青少年编程知识记录 codecoming

信息学奥赛中文件流的写法

头文件#include<cstdio>也可以用万能头格式如下:int main(){ freopen("xxxx.in","r",stdin); freopen("xxxx.out","w",stdout); /*代码*/ fclose(stdin); fclose(stdout); retrun 0;  }其中, r是read的缩写,w是w

标签: 文件流

作者:亿万年的星光 分类:C++知识 浏览: