Jul. 19, 2018
The following list shows the procedure to install and initialize Eclipse CDT(C/C++ Development Tooling) on MX Linux.
Install CDT
$ sudo apt update
$ sudo apt install -y eclipse-cdt-autotools gcc-doc
Initialize Eclipse.
Select the menu Window → Open Perspective...
Select C/C++ to open perspective.