Question

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

Thanks much!

Was it helpful?

Solution

On mine it's Ctrl+F7

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top