Qt Eclipse Integration iostream unresolved inclusion
C++ Gurus
3
Posts
2
Posters
5.6k
Views
1
Watching
-
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! -
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;
@