From: chun ping wang (cablepuff_at_[hidden])
Date: 2007-07-20 18:54:29


Hmm is there a way for boost::format to function like snprintf.

Example

char str[64];

std::cout << boost::format("%s") % str;