Home | Download | Support

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

Run
Description:

Use this command to run current program.

The running process is:

  1. Execute "Make" command;
  2. After making with no error output, the generated executable file will be run.

When running, the parameters will be added to the command line. If the executable file is a dynamic linked library or static library, the host application will be launched. You can change parameters and host application using "Parameters" command.

Shortcut:
F5
Related topic:
Make Command    Stop Command