Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
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