C++ ofstream outfile; outfile.open ("tel.txt",ios::out|ios::

问题描述:

C++ ofstream outfile; outfile.open ("tel.txt",ios::out|ios::
ofstream outfile;
outfile.open ("tel.txt",ios::out|ios::
1个回答 分类:综合 2014-09-21

问题解答:

我来补答
ios::app

以追加的方式打开文件

ios::out

文件以输出方式打开(内存数据输出到文件)
参照http://wenku.baidu.com/view/40ba6e2ced630b1c59eeb556.html 可以自己去看下
 
 
展开全文阅读
剩余:2000
上一页:14,16
下一页:对一下