I want to control the content written to the stream, namely cout, to obtain objects of a custom class. Is this possible in C? In Java, you can override the toString() method to achieve similar purp
I want to control the content written to the stream, namely cout, to obtain objects of a custom class. Is this possible in C? In Java, you can override the toString() method to achieve similar purp