Open CrazyGecko opened 3 years ago
An option would be to use our own ostream (a class inheriting from ostream). This way it is possible to use the << operator for output.
ostream
<<
Perhaps we should also think about using a BOOST library (boost.org).
An option would be to use our own
ostream
(a class inheriting fromostream
). This way it is possible to use the<<
operator for output.