Tagged Questions
5
votes
4answers
3k views
How to inherit from std::ostream?
I've been googling around and I just can't find a simple answer to this. And it should be simple, as the STL generally is.
I want to define MyOStream which inherits publicly from std::ostream. Let's ...