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.
在库类和方法对应的意义上,是否存在 .NET 库的 C++“端口”?至少其中一些?像 System.Xml、System.Net?
您可以拥有一个混合代码解决方案,其中包含纯 c++ 代码和 c++ cli 代码。当然,假设您只对 windows 操作系统感兴趣。