how to create project for native c++ executable in visual studio 2012

安稳与你 提交于 2019-12-11 10:08:46

问题


how to create project for native c++ executable in visual studio 2012. In previous version New Project -> Visual C++ -> Win32 Project. I installed msvc 2012 RC and can't find anything like that.


回答1:


What you see when you open the new project dialog depends on what setting you chose when you loaded VS for the first time. If you chose something other than C++ or General Development settings, C++ will be hidden by default. Then you may have to expand "Other Languages" to see it.

If you chose C++ or General Development settings, however, you should see Visual C++ as on option in the new project dialog. There will be Visual C++ -> Win32 Console Application.




回答2:


File -> New Project -> Installed -> Templates -> Other Languages -> Visual C++ -> Win32 Project )))



来源:https://stackoverflow.com/questions/10917609/how-to-create-project-for-native-c-executable-in-visual-studio-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!