12 Aug
2010
12 Aug
'10
10:49 p.m.
On Fri, 13 Aug 2010 00:17:21 +0200, John Dlugosz
What's the proper, standard, orthodox, etc. way of converting between a std::string and a std::wstring?
Have a look at mbstowcs() and wcstombs() in <cstdlib> (although they want char* and wchar_t* of course). Boris