Executable
— Provides an executable application. This project type folder contains the following templates.
- Hello World C++ Project
— a simple C++ application with main().
- Hello World ANSI C Project
— a simple C application with main().
- Empty Project
— a single source project folder that doesn't contain any files.
After specifying an Executable template, the workbench creates a project with only the metadata files required for your project type. Now, you can modify
these source files, as required, and provide the source files for the project's target. Note that for an Executable project type, a makefile is automatically created for you.