-
Notifications
You must be signed in to change notification settings - Fork 38
Eclipse Tutorial
Paolo Di Tommaso edited this page May 5, 2014
·
1 revision
Eclipse is a cross-platforms development environment based on an open ecosystem extensible using plugin components.
The CDT plugin provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform. Features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers.
More information about Eclipse are available here