我在尋找將std::string轉換為LPCWSTR的方法或程式碼段 ... std::wstring s2ws(const std::string& s) { int len; int slength = (int)s.length() + 1; ...
確定! 回上一頁