The C/C++ Development Toolkit (CDT) is a set of Eclipse plug-ins that provide C and C++ extensions to the Eclipse workbench. For more information about Eclipse, see Workbench User Guide > Concepts > Workbench.
The CDT provides a C/C++ IDE that simplifies many of the same tools that you can use from the command line. The CDT can also communicate with many external utilities and interpret their responses, such as:
The CDT opens as the C/C++ perspective of the Eclipse workbench. The C/C++ perspective consists of an editor and the following views:
For more information, see Workbench User Guide > Concepts > Perspectives.
The Install/Update perspective provides information about your current Eclipse installation and provides the framework to manage your updates. For more information, see Workbench User Guide > Tasks > Updating features with the update manager.
To view a list of the updates available for the toolsets that you installed, click Help > Software Updates > New Updates.
For more information on the Eclipse CDT project, refer to http://www.eclipse.org/cdt/:
The CDT is an open source project and is licensed under the Common Public License.
Working with existing code
What's new