Visual C++ Express How do I just run the app?

前端 未结 4 902
时光说笑
时光说笑 2021-01-25 11:52

I don\'t see how to just run an app in Visual C++ Express. Debug option is right there but how about running the app? I checked each button on above and right clicked everythi

4条回答
  •  感动是毒
    2021-01-25 12:19

    Without going into the IDE, I know that with default keybindings(keyboard shortcuts):

    • Ctrl+F5 will start without debugging
    • F5 will start with debugging.

提交回复
热议问题