c++标准I/O输出流

/* 标准输出流对象cout cout.flush() cout.put() cout.write() cout.width() cout.fill() cout.setf(标记) / / manipulator(操作符、控制符) flush endl oct dec hex setbase setw setfill setprecision … */ 标准输出流常见api编程案例 #includ
相关文章
相关标签/搜索