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.

Turn off eclipse errors (that aren't really errors)

Possible Duplicate: Disable Eclipse's error discovery. (Codan false positives) With GCC 4.8/Clang 3.3 C++ support so far ahead of what Eclipse …

c++ c++11 eclipse-cdt
"Launch failed. Binary not found." error on CDT Kepler Eclipse

Running or debugging anything gives me an extremely frustrating "Launch failed. Binary not found" error. I'm using Eclipse with a …

c++ eclipse eclipse-cdt mingw32
Eclipse-C++-Debugging: see content of an Array

Is it possible to see the content of a dynamically allocated array, as in: int *array = new int[dimension]; I …

c++ debugging eclipse-cdt
Better variable exploring when debugging C++ code with Eclipse/CDT

Using Eclipse and CDT to debug C++ code the variable windows is cumbersome and not very informative for types defined …

c++ eclipse gdb eclipse-cdt
How to solve Unresolved inclusion: <iostream> in eclipse?

I built a simple program in eclipse: #include <iostream> using namespace std; int main() { cout << "TEST" &…

c++ eclipse eclipse-cdt helios
Completely exclude certain directories from Eclipse CDT project

I am working a C++ codebase that is built & run outside Eclipse. I made an Eclipse project out of …

eclipse eclipse-cdt
Change doxygen comment style in Eclipse

Does anyone know how to edit the style used for Doxygen comments in Eclipse CDT? In other words type /** and …

eclipse doxygen eclipse-cdt
How to use the GDB console in Eclipse CDT?

Is there a way how I can access gdb's console in Eclipse? I would like to just be able to …

eclipse gdb eclipse-cdt
Generate interface from solid class file in Eclipse

Is there any plugin in Eclipse that auto generates interface based on solid class/impl concrete class? Currently I hand …

eclipse interface eclipse-plugin eclipse-cdt
C++, Eclipse CDT code analysis?

Are there any good plugins for static code analysis for Eclipse CDT? I found two so far: Cppcheck plugin, but …

c++ eclipse static analysis eclipse-cdt