cpp stl

包含

  1. <ios>
  2. <streambuf>
  3. <istream>
  4. <ostream>

对象

  1. cin wcin(wcin用来处理宽字符wide character,可配合使用)
  2. cout wcout
  3. cerr wcerr:不会被缓冲,会立即写出,通常用于输出错误信息或其他紧急消息。
  4. clog wclog:和cou一样会被缓冲,而非立即写出,通常用于输出调试信息或日志信息。

fstream是iostream库的一部分,支持文本和二进制文件的读写。

是iostream库中的一个类,它继承自istream和ostream类


cpp stl
http://example.com/2024/09/11/algorithm/algorithm_learning/
作者
icyyoung
发布于
2024年9月11日
许可协议