Name

ofstream class — Output file stream

Synopsis

typedef basic_ofstream<char> ofstream;

The ofstream class is a specialization of the basic_ofstream template for char characters.