用cdt+eclipse管理c/c++工程
1. download eclipse in:
One method to get it:
1. Open Eclipse
2. Help > Install New Software...
3. fill the uri http://download.eclipse.org/tools/cdt/releases/galileo in Work with
4. chose the CDT then to install it.
5. reopen CDT
Another method
1. download CDT(eg. cdt-master-6.0.2.zip) by youself:
http://download.eclipse.org/tools/cdt/releases/galileo/
2. extract cdt
3. copy plugins and features folders to the eclipse relative folder(plugins and featuers).
4. reopen the eclipse, and open File > New > Project.. , then you will see the c++/c options.