I’m trying to learn to love Visual C++ 2010 Express, but it is difficult! I’ve just created a “Hello world” console app and compiled it – no problems. I now want to run it. It seems the only option open to me is to run it in the debugger – there is a “Run” button on the toolbar but it is disabled. I don’t want to debug it – I really don’t like debuggers! Is there any way of just running the app from inside the VS IDE?
Share
If you can’t see the “Start Without Debugging” command in the toolbar, go to “Tools -> Settings -> Expert Settings”. Basic Settings hides lots of stuff you probably want to see.
Professional version of VC2010 doesn’t seem to have this switch.