[cpp]: Standard Input/Output -- <iostream>

lnlidawei / 2024-01-13 / 原文

[cpp]:  Standard Input/Output -- <iostream>

 

 

 

 

一、基本说明

 

  1、IO library

 

  2、library(part):  <iosfwd> 

 

 

  3、library(part):  <ios> 

 

 

  4、library:  <isotream>

 

 

 

二、参考文档

 

  1、  input/output library  --  https://en.cppreference.com/w/cpp/io

 

  2、  Standard library header <iosfwd>  --  https://en.cppreference.com/w/cpp/header/iosfwd

 

  3、  Standard library header <ios>  --  https://en.cppreference.com/w/cpp/header/ios

 

  4、  Standard library header <iostream>  --  https://en.cppreference.com/w/cpp/header/iostream