This tutorial guides you through the basic steps to get started with the C/C++ Development Toolkit (CDT) by creating a HelloWorld project on Windows.
You need to install and configure the following utilities:
| To | See |
|---|---|
| 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 gnu makefile | Creating your makefile |
| Build your project | Building your project |
| Create a debug configuration and debug your project | Debugging your project |