wcerr variable — Wide error message stream
extern wostream wcerr
The wcerr
object is a wide
character standard output stream associated with the C stderr
file. It is typically used for
error messages. When the wcerr
object is initialized, it sets the unitbuf
flag, causing wcerr
to flush the output buffer after
every operation.