CDT is an Eclipse component that provides an IDE for C and C++. Use this tag for questions which are specific to CDT.
I have a Windows 7 64-bit PC and I am trying to install a free C++ IDE, so I chose to …
eclipse console mingw eclipse-cdtI have followed the following step by step guide and I've managed, after a bit of fiddling, to get clang …
c++ mingw eclipse-cdt codeblocks clangI've built a hello world C++ project with Eclipse(helios) CDT. It compiled fine. But I would like to take …
c++ eclipse makefile eclipse-cdtI remember from some time ago that Eclipse had auto-complete when you type, and now I can only get it …
c++ eclipse eclipse-cdtI have a Windows pc with Eclipse Ganymede installed, and a Linux pc where my C++ project files are located. …
c++ eclipse eclipse-cdtI'm trying to add pretty printing for STL objects in eclipse cdt. I tried to follow the steps described here: …
c++ eclipse gdb eclipse-cdt gdb-pythonI'm writing a netscape iplanet plugin (on solaris/C using eclipse) which is basically a shared object with specific entry …
eclipse debugging eclipse-cdtI'm trying to use Eclipse to edit sources, compiled under C++ Builder, but stuck with Unresolved inclusion problem. For example, …
c++ eclipse c++builder header-files eclipse-cdtI develop C/C++ using the Eclipse IDE. Eclipse also generates a makefile which I don't want to edit as …
makefile eclipse-cdt#include <intrin.h> The above will report: intrin.h: No such file or directory Which seems to be …
c++ build-process eclipse-cdt