简体   繁体   English

如何更改 Visual Studio 中所有项目的默认语言标准。 C++

[英]How to change the default language standard for all projects in Visual Studio. C++

I am still learning the language, and I cannot seem to find an easy explanation here or otherwise how to change the default language standard in Visual Studio for all projects.我仍在学习这门语言,我似乎无法在这里找到简单的解释,或者如何在 Visual Studio 中为所有项目更改默认语言标准。

Is there an easy way to change the C++ Language Standard so that when creating new projects, it defaults to that standard?是否有一种简单的方法可以更改 C++ 语言标准,以便在创建新项目时默认使用该标准? I would think that there would be a simple menu option in Visual Studio that would allow this without needing to go into the properties for every individual project.我认为 Visual Studio 中会有一个简单的菜单选项,无需进入每个单独项目的属性即可实现这一点。

我相信有一种方法可以创建模板,类似于“控制台项目”等,您可以控制它,例如模板– Tas

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何更改 Visual Studio 2019 中的默认 C++ 语言标准? - How to change default C++ language standard in Visual Studio 2019? 如何在 Visual Studio 2013 中更改 C++ 标准 - How to change c++ standard in Visual Studio 2013 如何在Visual Studio中更改C ++标准库实现 - How to change C++ standard library implementation in Visual Studio 如何在Microsoft Visual C ++中更改默认语言 - How to change default language in Microsoft Visual C++ 无法在 Visual Studio 2019 中选择 C++ 语言标准 - Can't choose C++ language standard in Visual studio 2019 如何在 Visual Studio 代码中设置 C++ 语言标准? - How do i set a C++ language standard in Visual studio code? Visual Studio 2010如何托管用于C ++项目的MSBuild? - How does Visual Studio 2010 hosts MSBuild for C++ projects? 在Visual Studio中进行测试时,如何覆盖标准C ++函数? - How to override standard C++ functions when testing in Visual Studio? 使用任何 C++ 语言标准编译的 Visual Studio 2022 的 Boost date_time 错误 - Errors from Boost date_time with Visual Studio 2022 compiling with any C++ language standard 如何设置Visual Studio C ++“默认默认”项目设置 - How to set Visual Studio C++ “default default” project settings
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM