gpt4 book ai didi

c++ - 将 LPWSTR 转换为字符串

转载 作者:IT老高 更新时间:2023-10-28 22:10:02 39 4
gpt4 key购买 nike

Function CommandLineToArgvW 给了我 LPWSTR 类型的命令行参数。我需要 string 中的这些参数。有人能告诉我如何将 LPWSTR 转换为 string 吗?
我正在使用mingw。

最佳答案

std::string MyString = CW2A (L"LPWSTR STRING");

您需要为 CW2A 添加 atlstr.h

关于c++ - 将 LPWSTR 转换为字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12460712/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com