This topic has not yet been rated - Rate this topic

wcerr

Specifies the wcerr global stream.

extern wostream wcerr;

The object controls unbuffered insertions to the standard error output as a wide stream. Once the object is constructed, the expression wcerr.flags & unitbuf is nonzero.

See cerr for an example of using wcerr.

Header: <iostream>

Namespace: std

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.