Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法可以将 LPWSTR 转换为 std::string?
我的问题:我有一个作为 LPWSTR 的文件路径,我想使用字符串类中的方法来操作路径。
也许是另一种回答我的问题的方法:在字符串类中找到 LPWSTR 的替代方法吗?
要操作宽字符串,请使用std::wstring宽字符串。
std::wstring