Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Differences CDT vs IDE for Devs

Hi!

"IDE for C/C++ for Developers" is a complete IDE that you can download from https://eclipseide.org/

"CDT" or more formally "Eclipse CDT" is a project that provides features + plugins to support C/C++ development. Although we don't normally call them "extensions" in Eclipse IDE land, it would be fairly accurate to call it an extension. https://github.com/eclipse-cdt/cdt

There are parts of CDT that can be used headlessly, depending on your use case, such as parsing, indexing, formatting, and building C/C++ files/projects.

I hope that helps.
Jonah


~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Fri, 9 May 2025 at 18:44, A. Mc. via cdt-dev <cdt-dev@xxxxxxxxxxx> wrote:
Hello,

I'm apologize, total noob, but is CDT the headless form of the IDE for C/C++ for Developers or is it an extension?

Thank you kindly in advance.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top