C ++ konvertieren String (oder char*) in WSTRING (oder wchar_t*)
Posted: 02 Mar 2025, 10:51
string s = "おはよう";
wstring ws = FUNCTION(s, ws);
< /code>
Wie würde ich WS? Der Inhalt wird verzerrt.
wstring ws = FUNCTION(s, ws);
< /code>
Wie würde ich WS? Der Inhalt wird verzerrt.