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.

"Unresolved inclusion" error with Eclipse CDT for C standard library headers

I set up CDT for eclipse and wrote a simple hello world C program: #include <stdio.h> int …

c eclipse eclipse-cdt standard-library
undefined reference to `WinMain@16'

When I try to build a program using Eclipse CDT, I get the following: /mingw/lib/libmingw32.a(main.o):…

c++ eclipse eclipse-cdt
How to enable C++11/C++0x support in Eclipse CDT?

Eclipse 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-cdt
Launch Failed. Binary not found. CDT on Eclipse Helios

I'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-cdt
Eclipse CDT: Symbol 'cout' could not be resolved

The 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-path
Work on a remote project with Eclipse via SSH

I 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-debugging
C++ Error 'nullptr was not declared in this scope' in Eclipse IDE

I 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-cdt
GCC C++ Linker errors: Undefined reference to 'vtable for XXX', Undefined reference to 'ClassName::ClassName()'

I'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-cdt
Eclipse CDT project built but "Launch Failed. Binary Not Found"

Windows 7, Eclipse CDT, Juno Service Release 2, Cross compiler. Projects do compile executables generated, but Eclipse can't see them; therefore 'Run' …

eclipse-cdt binaries
Eclipse C++: Symbol 'std' could not be resolved

I am getting this error in the TestExecute.cpp - "Symbol 'std' could not be resolved" CODE #include <iostream&…

c++ eclipse eclipse-cdt