Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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