使用 Visual Studio 2022 开发 Linux C++ 应用程序的过程详解
使用 visual studio 2022 开发 linux c++ 应用程序 使用 visual studio 2022 with wsl2 !
visual studio 2022 引入了用于 linux c++ 开发的本机 wsl2 工具集,可以构建和调试 linux c++ 代码,并提供了非常好的 linux 文件系统性能、gui 支持和完整的系统调用兼容性。
cmake 是对使用 visual studio 2022 的 c++ 跨平台应用开发的推荐,因为它允许在 windows、wsl 和远程系统上构建和调试相同的项目。
visual studio 2022 的 msbuild linux c++ 应用项目,应该在 property pages > general > platform toolset 中选择 wsl2 toolset
:
详见:
- build and debug c++ with wsl 2 distributions and visual studio 2022 - c++ team blog (microsoft.com)
- building cross platform apps with c++ in visual studio 2022 | visual studio 2022 launch event | channel 9 (msdn.com)
- what's new for c++ cross-platform developers in visual studio 2022 - c++ team blog (microsoft.com)
- cmake projects in visual studio | microsoft docs
- walkthrough: build and debug c++ with microsoft windows subsystem for linux 2 (wsl 2) and visual studio 2022 | microsoft docs
- linux development with c++ | microsoft docs
- create a cmake linux project in visual studio | microsoft docs
- create a linux msbuild c++ project in visual studio | microsoft docs
知识点补充:
visual studio 2022(vs2022)激活密钥 激活码 vs2022下载地址
下载
下载:https://www.jb51.net/softs/779461.html
激活
visual studio 2022(vs2022)激活密钥
visual studio 2022(vs2022) 激活码:
professional:
td244-p4nb7-yq6xk-y8mmm-ywv2j
enterprise:
vhf9h-nxbbb-638p6-6jhcy-88jwh
汉化注释
到此这篇关于使用 visual studio 2022 开发 linux c++ 应用程序的文章就介绍到这了,更多相关visual studio 2022开发c++ 程序内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!
上一篇: Hinova9是鸿蒙系统吗?Hinova9发布时间介绍
下一篇: 深入理解mysql各种锁