PDA

View Full Version : [Ubuntu, C++] Eclipse CDT shows errors even though the project compiles and works?



ABSMystery
July 7th, 2013, 07:08 PM
I installed Eclipse for Java for school, and then decided to use the CDT extension to keep all my programming to one IDE. I created a new hello world program, and there were errors all over: symbols not resolved, not recognizing std, cout, or endl, and not recognizing iostream as a valid include directory. I decided to try and compile it anyway, and lo and behold it worked. I had this same exact problem on Windows 7 - is it just that CDT is buggy? The Java part of Eclipse works perfectly, so what's the deal with this?

I searched this on google and a bunch of people have this problem (and have asked for solutions to no avail) despite CDT being the most recommended C++ IDE for Ubuntu.

bluelightzero
October 4th, 2013, 07:26 PM
I also just installed cdt in eclipse and having the exact same problem, does anyone have a solution?