wcout variable — Wide output stream
extern wostream wcout
The wcout object is a wide character standard input stream associated with the C stdout file. It is used for wide program output.
wcout
stdout
cout variable, wostream in <ostream>
wostream
<ostream>