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.
我在将 LPCSTR 转换为 System::String^ 时遇到问题,尽管我可以使用 Marshal 将 System::String 转换为 LPCSTR。
但是我如何将 LPCSTR 转换为 System::String^
谢谢你
gcnew System::String(lpcstrThing);