Top "Eclipse-cdt" questions

CDT is an Eclipse component that provides an IDE for C and C++. Use this tag for questions which are specific to CDT.

Eclipse CDT using MinGW does not output in console

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-cdt
Getting Clang to work on windows

I 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 clang
Where is the Makefile generated by the Eclipse CDT?

I've built a hello world C++ project with Eclipse(helios) CDT. It compiled fine. But I would like to take …

c++ eclipse makefile eclipse-cdt
Eclipse CDT Autocomplete not working

I remember from some time ago that Eclipse had auto-complete when you type, and now I can only get it …

c++ eclipse eclipse-cdt
How to build a c++ project on a remote computer in Eclipse?

I have a Windows pc with Eclipse Ganymede installed, and a Linux pc where my C++ project files are located. …

c++ eclipse eclipse-cdt
How to enable gdb pretty printing for C++ STL objects in Eclipse CDT?

I'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-python
Is it possible to attach a debugging session to a running program in eclipse CDT

I'm writing a netscape iplanet plugin (on solaris/C using eclipse) which is basically a shared object with specific entry …

eclipse debugging eclipse-cdt
Eclipse CDT: Unresolved inclusion of stl header

I'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-cdt
Passing C/C++ #defines to makefile

I develop C/C++ using the Eclipse IDE. Eclipse also generates a makefile which I don't want to edit as …

makefile eclipse-cdt
How to cope with "intrin.h: No such file or directory"?

#include <intrin.h> The above will report: intrin.h: No such file or directory Which seems to be …

c++ build-process eclipse-cdt