Name

stdout macro — Standard output file

Synopsis

FILE* stdout
               

The stdout macro is a standard file used to print to the program’s standard output device. stdout is fully buffered if the standard output is not an interactive device.

See Also

cout in <iostream>

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.