728x90
728x170
*[header][Input/Output] iostream
<iostream>
Standard Input / Output Streams Library
Including this header may automatically include other headers, such as
<ios>
, <streambuf>
, <istream>
, <ostream>
and/or <iosfwd>
.Objects
Narrow characters (char
)
- cin
- Standard input stream (object )
- cout
- Standard output stream (object )
- cerr
- Standard output stream for errors (object )
- clog
- Standard output stream for logging (object )
Wide characters (wchar_t
)
- wcin
- Standard input stream (wide) (object )
- wcout
- Standard output stream (wide) (object )
- wcerr
- Standard output stream for errors (wide-oriented) (object )
- wclog
- Standard output stream for logging (wide) (object )
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[header][Input/Output] streambuf (0) | 2017.11.08 |
---|---|
[header][Input/Output] sstream (0) | 2017.11.08 |
[header][Input/Output] ostream (0) | 2017.11.08 |
[header][Input/Output] istream (0) | 2017.11.08 |
[header][Input/Output] iosfwd (0) | 2017.11.08 |
[header][Input/Output] ios (0) | 2017.11.08 |
[header][Input/Output] iomanip (0) | 2017.11.08 |
[header][Input/Output] fstream (0) | 2017.11.08 |