Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
Specifies the cout global stream.
extern ostream cout;
An ostream object.
The object controls insertions to the standard output as a byte stream.
See cerr for an example of using cout.
Header: <iostream>
Namespace: std
ostream
iostream Programming
iostreams Conventions