Controls output to an unbuffered stream.
ostream cerr;
The object cerr controls output to an unbuffered stream buffer associated with stderr declared in <cstdio>. After err is initialized, err.flags() and unitbuf is nonzero.