>>>>> "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes:
Roger> I've since rewritten the application in C++, but it's still using Roger> printf() for output. I would like to switch to iostreams, but I need Roger> to be able to continue to use format strings for translated messages, Roger> because 'ostream<<' does not allow reordering; it's fixed at compile Roger> time. I can't see anything in e.g. basic_ostream<> that allows this. Boost has some kind of formatter code that can be used for this. Tom _______________________________________________ Help-gplusplus mailing list Help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus