ostream& put( char ch );
Parameter
ch
The character to insert.
Remarks
This function inserts a single character into the output stream.
ostream Overview | Output Stream Classes