This guide will walk you though the process of creating a simple Managed "Hello World" application using the CDT.
-
Start by setting up the CDT development environment.
-
Choose one type of C/C++ project from the list. Then type a project name and type of project.
-
For a project to work it needs files. In this step you add one or more files to your project.
-
In this step you build the program to create a binary and examine it in a couple of C/C++ perspective 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.