j
k
j a
j l
Jim W wrote:
I hope I'm not asking something obvious, but I was wondering if Boost format() has a wstring equivalent?
Yes, wformat, for example: #include <boost::format.hpp> boost::wformat SomeFormat( L"Some example string = %s" ); HTH, Jamie
Back to the thread
Back to the list