ofstreamd的使用

向一个ofstream中添加数据

ofstream log;

log<<"contenr" <<std::endl;


你可能感兴趣的:(ofstreamd的使用)