This quick tutorial guides you through the basic steps to get started with the C/C++ Development Toolkit (CDT). You will create a simple HelloWorld project.
To | See |
---|---|
Learn about the automatic build feature | Automatically building your project |
Create, name and specify the location of your project | Creating your project |
Create, name and save your .cpp file | Creating your C++ file |
Create, name and save your makefile | Creating your makefile |
Build your project | Building your project |
Create a debug launch configuration and debug your project | Debugging your project |