Eclipse has different versions, but sometimes we need to integrate more than one development environment. In this case, we need to install other plug-ins to meet the requirements.
Download all versions of Eclipse: Http://www.eclipse.org/downloads/
For example, if you have downloaded the Java EE version of Eclipse, you need to install the C/C ++ development environment in eclipse. At this time, you need to install CDT.(C/C ++ development tools)To implement the C/C ++ development environment.
Download a suitable version of CDT:Http://www.eclipse.org/cdt/downloads.php.
The downloaded CDT package is:Cdt-master-8.1.1.zip.
After the download is complete, go to eclipse, (shown in) menu help-> install new software, click Add-> archive..., and selectCdt-master-8.1.1.zipAfter confirming the installation, the installation will be completed immediately after the prompt is restarted.
Go to eclipse again and you will see the introduction of C ++ and the c ++ configuration in the menu window> perferences. Now the installation is successful.
Of course, you can also use the marketplace in eclipse to search for CDT and install it online directly. If the network conditions are good, we recommend this method. Otherwise, it is safer to install and download the downloaded package.
The rest is to configure the C ++ environment, which is also very simple and can be supplemented with time.
Link to this article:Blog.csdn.net/joyous/article/details/8589484
QQ Group 236201801 discussion.