Run the application for the C/C++ project

  1. Make sure that the →perspective C/C++ has been opened.

  2. In menu Run, select Run Configurations...

  3. In the dialog, define the data for the run configuration:

    images/download/attachments/409863887/C_RunProject_EN-version-1-modificationdate-1531309759384-api-v2.png


    In detail:

    1. Double-click C/C++ Application. This creates a new run configuration.

    2. If required, correct the name of the run configuration so that it is a distinctive name.

    3. Make sure that the executable is entered for the project. The executable for the example project is : HelloWorld.exe

    4. Click Run.

  4. Check the execution of the application within the Console view. The following text is displayed for the example project : Hello World!!!