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