previous | start | next

Build the Executable Program

To execute the program you have to build it. This compiles (translates) your C++ code to machine code and links it with library routines to produce an executable file (.exe).

Select Build Solution under the Build menu:

An output window will appear showing indicating either Success or Failure of the build. You must correct errors and Build Solution again until the build succeeds.



previous | start | next