PDA

View Full Version : #include<iostream> not found



byammanuru
19th November 2009, 20:48
Hi all,

I'm new to Qt Programming. I wanted to get used to the Qtcreator first. I'm using Qt Creator 1.2.1 based on Qt 4.5.2 (kubuntu 9.10 linux).

When I type #include<iostream> it says 'no such directory or file'

Is there a path variable that I need to set.
Any help in this regard is appreciated.

Thanks.
byammanuru.

wysota
20th November 2009, 09:39
Where exactly do you type it? Do you have development environments setup properly in your system? Do you have a iostream file?