ostream cerr

Controls output to an unbuffered stream.

  ostream cerr;
  
Remarks

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.