cout

C++ostream_클래스의 객체이다.

삽입(insertion)연산자 <<를 써서 출력 스트림으로 삽입(곧, 출력)할 수 있다.

비교: cin


메소드

cout.put('A'); // 글자를 출력
cout.flush(); // Flush buffer
cout.write(const char* p, int n); // p의 앞 n바이트 출력