std::cout

std::cout, std::wcout

Defined in header <iostream>
extern std::ostream cout;
(1)
extern std::wostream wcout;
(2)

The global objects std::cout and std::wcout control output to a stream buffer of implementation-defined type (derived from std::streambuf), associated with the standard C output stream stdout.

These objects are gua