wcout
Specifies the wcout global stream.
extern wostream wcout;
Return Value
A wostream object.
The object controls insertions to the standard output as a wide stream.
Example
See cerr for an example of using wcout.
Requirements
Header: <iostream>
Namespace: std
See Also
Concepts
<iostream> Members
wostream
iostream Programming
iostreams Conventions