Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.85 KB

iostream.md

File metadata and controls

51 lines (41 loc) · 2.85 KB

Header <iostream> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Includes
<ios>
<streambuf>
<istream>
<ostream>
Objects
cin
wcin
cout
wcout
cerr
wcerr
clog
wclog