views:

163

answers:

2

Is there any keyboard short cut to compile selected file in C++ project in VS 2008?

Thanks much!

A: 

On mine it's Ctrl+F7

demoncodemonkey
It works! thanks.
Suresh
Annoying that I couldn't just enter "Ctrl+F7" as my answer, had to buffer it out to pass the minimum characters limit :/
demoncodemonkey
A: 

You can customize what you need via: Tools -> options -> keyboard and search for the compile command with 'compile' keyboard.

I, for example, create Ctrl-B, Ctrl-B shortcut that builds a C# project, which there is no default one binding this command.

Ricky