Home | Download | Support

C-Free - A Professional Excellent C/C++ IDE

Build
Description:

Use this command to build current active project (If there is no project opened, the current active file will be built).

The building process:

  1. Compile all files of current active project (If there is no project opened, the current active file will be compiled);
  2. After all files are compiled with no error, the link process proceeds;
  3. After linked with no error, the executable file generated.
Shortcut:
Ctrl+F11
Related topic:
Make Command