The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
ostream::put
ostream                                     Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  ostream& put( char ch );
 
  Parameter   Description
 
  <ch>        The character to insert.
 
  Remarks
 
  This function inserts a single character into the output stream.
 
 
                                     -♦-