c/C++ prog.

G

Guest

Hello,
I've already sent such a messege, hopping to be answered shortly this time.
I am practicing c/c++ programming using microsoft visual c++ express 2005
express edition. Anyway, unlike other compilers there is no option to
actually run the prog. (Ctrl+f5,f7 in vs). What I meen is that I can't find a
way to execute a prog. thanks,
Hezy.
 
B

Bruno van Dooren [MVP VC++]

I've already sent such a messege, hopping to be answered shortly this
time.
I am practicing c/c++ programming using microsoft visual c++ express 2005
express edition. Anyway, unlike other compilers there is no option to
actually run the prog. (Ctrl+f5,f7 in vs). What I meen is that I can't
find a
way to execute a prog. thanks,
Hezy.

In you environment options, you can select which set of keybindings you use.
Tools->options->environment->keyboard
I use the Visual C++6 bindings. In that case it is the F5 button.

To start apps via the menu, you simply go through the 'Debug' menu.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top