Microsoft Visual Studio Environment
When I installed Microsoft Visual Studio I told it to optimize for C#. That is, when asked, I indicated that I would be programming in C# most of the tim开发者_JAVA技巧e. Is there a way to change the environment, so that it is optimized for working with C++ without uninstalling/reinstalling Visual Studio? Could I do another install of Visual Studio on top of the current install without uninstalling it first? Thanks.
have a look at this post
How can you change the Visual Studio IDE profile?
You can use the command line option /resetsettings to reset visual studio settings
devenv.exe /ResetSettings
This will enable Visual Studio to bring up the environment dialog again.
精彩评论