CDT is an Eclipse component that provides an IDE for C and C++. Use this tag for questions which are specific to CDT.
I set up CDT for eclipse and wrote a simple hello world C program: #include <stdio.h> int …
c eclipse eclipse-cdt standard-libraryWhen I try to build a program using Eclipse CDT, I get the following: /mingw/lib/libmingw32.a(main.o):…
c++ eclipse eclipse-cdtEclipse 3.7.1 CDT 1.4.1 GCC 4.6.2 This is an example of a piece of C++11 code: auto text = std::unique_ptr<char[]&…
c++ eclipse c++11 eclipse-cdtI'm using Eclipse Helios on Ubuntu 10.04, and I'm trying to install CDT plugin on it. I download it from here …
c++ c eclipse eclipse-plugin eclipse-cdtThe error is as above. I have what should be all the necessary files include in the eclipse project: /usr/…
c++ eclipse include eclipse-cdt include-pathI have the following boxes: A Windows box with Eclipse CDT, A Linux box, accessible for me only via SSH. …
c eclipse ssh eclipse-cdt remote-debuggingI am running Eclipse Helios and I have g++-4.6 installed. Hope I am not wrong that g++4.6 implements C++ 11 …
c++ g++ eclipse-cdtI'm setting up a C++ project, on Ubuntu x64, using Eclipse-CDT. I'm basically doing a hello world and linking to …
c++ linker g++ eclipse-cdtWindows 7, Eclipse CDT, Juno Service Release 2, Cross compiler. Projects do compile executables generated, but Eclipse can't see them; therefore 'Run' …
eclipse-cdt binariesI am getting this error in the TestExecute.cpp - "Symbol 'std' could not be resolved" CODE #include <iostream&…
c++ eclipse eclipse-cdt