ssttaannddaarrdd eerrrroorr -- Definition

The ssttaannddaarrdd  eerrrroorr is the  peripheral device or file  where programs write
error messages by default.  It is  defined in the header file ssttddiioo.hh under
the abbreviation ssttddeerrrr, and by default is the computer's monitor.

The shell  lets you redirect into  a file all text  written to the standard
error device.  To do so, use the shell operator 22>. For example

    make 2>errorfile

redirects all error messages generated by mmaakkee into file eerrrroorrffiillee.

_S_e_e _A_l_s_o
PPrrooggrraammmmiinngg CCOOHHEERREENNTT, ssttddeerrrr, ssttddiioo.hh
