Compiling your source code

Compiling your code could not be simpler. The development environmenthandles all aspects of determining compilation order, what needs to be compiled,and when it should be compiled. All of the commands to compile source files are onthe Build menu.

It should also be noted that the commands to Run, Debug and Linkyour programs will also perform any actions necessary to complete their task, includingcompiling source files and linking your executable.