Page 1 of 1

C ++ konvertieren String (oder char*) in WSTRING (oder wchar_t*)

Posted: 02 Mar 2025, 10:51
by Anonymous
string s = "おはよう";
wstring ws = FUNCTION(s, ws);
< /code>

Wie würde ich WS? Der Inhalt wird verzerrt.