C++ Convert string (or char*) to wstring (or wchar_t*)
- by Samir
string s = "????";
wstring ws = FUNCTION(s, ws);
How would i assign the contents of s to ws?
Searched google and used some techniques but they can't assign the exact content. The content is distorted.