I've got a HTML-based Log class which I've designed to work in the same way as streams to allow for formatting. Now I want to have a manipulator similar to endl which will insert <BR> at the current position.
Can someone tell me how to code a manipulator like this?




Reply With Quote