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 indexing not working to find declarations within the project

I have installed Eclipse & CDT plugin on newly installed Ubuntu. The indexing is set to "Fast indexing" which is …

eclipse indexing eclipse-cdt include-path
IBM Clearcase plugin installation issue with Eclipse

I am trying to install IBM Rational ClearCase SCM Adapter (For Eclipse), Version 7.6.0.0 following instructions on IBM site on Eclipse …

eclipse eclipse-plugin clearcase eclipse-cdt eclipse-juno
Eclipse copy code with syntax highlighting

I'm writing a document of programming guidelines for my developers team. I use MS Word. We work with Eclipse CDT (…

c++ eclipse syntax-highlighting eclipse-cdt rtf
Eclipse complains: "Invalid overload of 'endl'" - but code does compile

I've written an operator<< for my templated class: template<class T> std::ostream& operator<&…

c++ templates operator-overloading eclipse-cdt
Eclipse C++: How do you quickly switch between header and implementation files?

How do you switch between header (.h) and implementation files (.cpp) in Eclipse when using the C++/CDT environment with …

eclipse keyboard-shortcuts eclipse-cdt
What's the recommended Eclipse CDT configuration for big C++ project (indexer takes forever)

I'm working on some legacy C++ code written using "vi" and "emacs" and I am trying to build an eclipse …

c++ eclipse eclipse-cdt
eclipse c/c++ CDT build just one file

I'm doing a C++ project with eclipse CDT but It takes a lot of time building all the source files. …

c++ eclipse eclipse-cdt
Disabling EGit in Eclipse-CDT Juno

This thread: How to disable EGit temporarily? discusses how to disable EGit in Eclipse, but when I go to "Startup …

eclipse eclipse-cdt egit
Eclipse dark theme highlight issue

I just switched from geany to eclipse and I have a little problem How can I change that highlight color …

eclipse-cdt
Create an Eclipse project on the command line?

I would like to have a shell script create an entire CDT project on the command line and add it …

eclipse scripting eclipse-cdt