
21 Jul
2007
21 Jul
'07
12:54 a.m.
Hmm is there a way for boost::format to function like snprintf. Example char str[64]; std::cout << boost::format("%s") % str;