다음을 통해 공유


cout

Specifies the cout global stream.

extern ostream cout;

반환 값

ostream 개체

설명

The object controls insertions to the standard output as a byte stream.

예제

See cerr for an example of using cout.

요구 사항

Header: <iostream>

네임스페이스: std

참고 항목

참조

ostream

iostream 프로그래밍

iostreams 규칙