Menu

#66 Review classes GtpInputStream and GtpOutputStream

None
new
nobody
None
Fuego
minor
task
2011-01-20
2011-01-20
Anonymous
No

Originally created by: enz
Originally owned by: somebody

The classes GtpInputStream and GtpOutputStream are only a wrapper around std::istream and std::ostream. They are probably intended to allow users define their own streams, but this functionality can be achieved in a way that is more conformant to the standard library by writing your own stream classes compatible with the standard streams.

Discussion


Log in to post a comment.