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