put
From C/C++ Reference
put
Syntax:
#include <fstream> ostream& put( char ch );
The function put() is used with output streams, and writes the character ch to the stream.
Related topics:
From C/C++ Reference
#include <fstream> ostream& put( char ch );
The function put() is used with output streams, and writes the character ch to the stream.