별의 공부 블로그 🧑🏻‍💻
728x90
728x170

*[header][Input/Output] iostream


<iostream>

Standard Input / Output Streams Library
Header that defines the standard input/output stream objects:

Including this header may automatically include other headers, such as <ios><streambuf><istream><ostream> and/or <iosfwd>.

Including <iostream> automatically includes also <ios><streambuf><istream><ostream> and <iosfwd>.

Note that the iostream class is mainly declared in header <istream>.


Objects


Narrow characters (char)


Wide characters (wchar_t)



내용 출처 : http://www.cplusplus.com/reference/iostream/

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
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖