Output string streams
I'm having a problem with the order I output information to std:cout. For
efficiency purposes I output all my information to an output string stream
and then cout the string stream. The problem is I need to output the last
things put into the stream first instead of the first things I put into
the stream. I am wondering if there is an easy way around this maybe with
a data structure or something I can do to the stream. Any advice would be
appreciated.
No comments:
Post a Comment