This guide will walk you though the process of creating a simple "Hello World" C/C++ application using the CDT.
-
Start by setting up the CDT development environment.
-
Create a C++ or C project by choosing one of the following wizards.
-
Build the program to create a binary and examine it in Project Explorer and Outline views.
-
The final step is to create a run configuration that defines how the program is launched. Note you can define multiple run configurations if desired, each with its own settings.