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 clog global stream.
extern ostream clog;
An ostream object.
The object controls buffered insertions to the standard error output as a byte stream.
See cerr for an example of using clog.
Header: <iostream>
Namespace: std
ostream
iostream Programming
iostreams Conventions