Qt Eclipse Integration iostream unresolved inclusion
-
wrote on 9 Mar 2011, 17:21 last edited by
Hi everyone,
I'm really new to use Qt Eclipse integration. I have a few C++ files, now I'm put in my Qt/C++ project. However, I get warnning for "#include <iostream>" unresolved inclusion. Isn't there iostream libraries in Qt/Mingw? Would there be an equivalent Qt libraries?Also, I remember someone said there is a Qt Eclipse cheat sheet or some sort. Would someone kindly point me where it is?
Thanks in advance! -
wrote on 9 Mar 2011, 17:29 last edited by
btw, I'm using Windows vista (32), qt/2010.05 mingw compiler.
I was thinking if QLibrary would just cover the <iostream>. but if anyone could explain the standard libraries management in Qt/Eclipse integration. that would be much appreciated. -
wrote on 27 Apr 2012, 15:31 last edited by
here is why:
http://qt-project.org/forums/viewthread/4345
do a search on "fstream" or "iostream" and get many hits
figured out code-tags
@
x=y;
z=0;
@