Installing Eclipse and CDT for Windows

Install Eclipse and C/C++ Development Tools (CDT) for Windows first.

Procedure

  1. Download the Windows version of Eclipse from http://www.eclipse.org/downloads.
  2. There are two methods to download and add the CDT software:
    • Go to http://www.eclipse.org/cdt/ and download the preferred CDT version. Follow the installation instructions on the website.
    • Add CDT from inside Eclipse: Select Help > Software Updates and the Available Software tab to select the CDT version you need for application development.
    Note: CDT is not required for Java application development.

Feedback