We will now walk though the process of creating a simple 'Hello World' application using the CDT.
Note, there were 2 separate project types in CDT 3.x : 'Managed make' and 'Standard make'. First one generates makefile automatically, second one requires user's makefile to build.
In CDT 4.0, both these types are combined. In general, the only available project type can be switched to 'Managed make' or 'Standard make' mode at any time you wish.
Current tutorial will describe a process of new project creation using generated makefile.
The image below shows the standard Workbench. If you have not already installed the CDT, you can find the procedures here.