It can be added through Tools->Customize->Commands->Add Commands
. It's under Build
.
Since I added it to toolbar it's been disabled. Shortcut is Ctrl+F7
. No documentation at all. What is it there for? What does it differ from Build
?
It can be added through Tools->Customize->Commands->Add Commands
. It's under Build
.
Since I added it to toolbar it's been disabled. Shortcut is Ctrl+F7
. No documentation at all. What is it there for? What does it differ from Build
?
It is the C++
compiler:
In a C++ project it will be enabled and it will compile
you project:
Here is an image of the option in a standard C++ console application, it is there by default:
For more info about compiling
or the build steps in a typical C++
environment, see: How does the compilation/linking process work?