最新消息:本站技术交流 QQ 群:28124927

2010年03月的内容

ofstream 写文件
C/C++

ofstream 写文件

exchen 15年前 (2010-03-30) 2277浏览

#include <iostream> #include <fstream> using namespace std ; void main () { char *...