ostream::put

Syntax

ostream& put( char ch );

Parameters

ch

The character to insert.

Remarks

This function inserts a single character into the output stream.