Reputation: 9605
Is there any keyboard short cut to compile selected file in C++ project in VS 2008?
Thanks much!
Upvotes: 1
Views: 1698
Reputation: 35903
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.
Upvotes: 1