Eclipse C and C++ Development Tool
Create, compile, tests and debug and C and C++ applications and programs.
Download Eclipse C and C++ Development Tool 3.1.2 for EasyEclipse 1.2.2:
Download Eclipse C and C++ Development Tool 4.0.2 for EasyEclipse 1.3:
The CDT (C/C++ Development Tools) provides a fully functional C and C++ Development Environment (IDE). Its functionalities include:
- C/C++ Editor (basic functionality, syntax highlighting, code completion etc.)
- C/C++ Debugger (APIs and Default implementation, using GDB)
- C/C++ Launcher (APIs and Default implementation, launches and external application)
- Parser
- Search Engine
- Content Assist Provider
- Makefile generator
Comments are currently disabled on this page.'; ?>
Installing this plugin
This plugin is in the EasyEclipse for C and C++ distribution.
You can also install it on any EasyEclipse distribution, because it has no dependencies.
Getting started
Help is available for this plugin, in the Help > Help Contents menu in EasyEclipse.
The help includes a very simple and straightforward tutorial in the C/C++ Development User Guide > Getting Started > Creating a simple application help topic. Note that some complex concepts from 3.2.1 (Managed projects...) have been removed in release 4.0.0.
Tests
(Notes that tests are only displayed if the page is served statically)- Passing:
- switch to C/C++ perspective: menu "Window -> Open Perspective -> "C/C++" - create new C++ project: menu "File > New > C++ Project". Enter \'hello\' as Project name, leave "project type" unchanged (on Mac, it\'s "exectutable") and "Toolchain" unchanged too ("MacOSX GCC" by default on Mac), hit Finish - create source file: menu "File > New > Source File", give name "main.cpp", parent folder is project, hit Finish - Open "main.cpp", paste the following: #include <iostream> #include <string> using namespace std; int main(int argc, char **argv) { string yourName; cout << "Enter your name: "; cin >> yourName; cout << "Hello, " + yourName << endl; return 0; } - save file - hit "Ctrl-B" to build - look in folder /hello/Debug/, there should be a \'hello\' (no extension) - right-click, Run As > Run Local C/C++ Application, execution should happen OK
Useful links
You can also look for reviews and ratings, and add your own:Changelog
Changes in EasyEclipse 1.3.1:
- Upgraded to Eclipse C and C++ Development Tool 4.0.2.
- Upgraded to Eclipse C and C++ Development Tool 4.0.0.
- Upgraded to Eclipse C and C++ Development Tool 3.1.2.
- Upgraded to Eclipse C and C++ Development Tool 3.1.0.20060629.
- Upgraded to Eclipse C and C++ Development Tool 3.1.1.
- Upgraded to Eclipse C and C++ Development Tool 3.1.0.
- Initial release (with Eclipse C and C++ Development Tool 3.0.2).
Credits and License
Credits: Eclipse Foundation, Doug Schaefer
Copyright (c) Eclipse contributors and others. 2000-2007. All rights reserved.
This plugin is licensed under the Eclipse Public License 1.0 license.
(11MB)
(11MB)
(11MB)