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.

Enable C++11 in Eclipse CDT (Juno/Kepler/Luna) indexer

How do I enable support for the new C++ standard on the Eclipse CDT indexer in Juno/Kepler/Luna?

c++ c++11 eclipse-cdt
Unresolved <iostream> in Eclipse, Ubuntu

Yes, it's this question again... Somehow, I cannot get this issue resolved. Believe it or not, I have experience with …

c++ linux eclipse gcc eclipse-cdt
"No source file named" error debugging Eclipse CDT

I've got a project with a shared library (loaded dynamically), and I'm attempting to debug it. I get the following …

debugging gdb eclipse-cdt
Eclipse: how to hide custom files in Project Explorer

I have a custom builder in CDT, which adds alot of files into project directory. I want those files to …

eclipse eclipse-cdt
Eclipse has two C/C++ indexers (fast & full): what's the difference?

Eclipse CDT provides two indexers for C/C++ code (Preferences > C/C++ > Indexer). Does anybody know what the …

c++ c eclipse eclipse-cdt indexer
C++ command line arguments Eclipse CDT?

I am using an example program from this code http://sicktoolbox.sourceforge.net/ > http://sourceforge.net/projects/sicktoolbox/files/ . …

c++ command-line eclipse-cdt command-line-arguments sensors
How to restore Eclipse Welcome Page?

My standard Eclipse "Welcome Page" is blank. How do I restore this page so that it shows the original links? …

eclipse eclipse-cdt
Eclipse CDT (for C++/C development) how to invoke content assist automatically while typing

Eclipse CDT (for C++/C development) how to invoke content assist automatically while typing like in Visual Assist for Visual …

c++ eclipse eclipse-cdt
Debugging with Eclipse CDT and GDB

I have Eclipse CDT C++ application project that uses shared library. This library is compiled with debug info and its …

c++ eclipse gdb eclipse-cdt
Unresolved inclusion: <stdio.h> in Eclipse helios (Windows 7 64bit)

I am trying to install Eclipse on my computer: I have a 64bit Windows 7. I have installed a 64bit Java, …

c++ c eclipse-cdt windows64