c/C++ prog.

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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"
 
Back
Top