Hey, I am beggining to learn to program in C++ (I already know some Visual Basic .NET). I don't want to program C++ in Visual Studio (Visual C++) because I'm going to stop using Windows (Im going to stay with linux, and later on with Mac).

I decided to use QT Creator as it looks a quite nice IDE.

I have already installed QT Creator (in windows) and its respectives libraries.

I was reading a tutorial in www.cplusplus.com and I was doing a Hello World in QT.

but it gives an error in the first code line I enter! :s

#include <iostream>

it says: No such file or directory.

The same happens with other #includes.

Can someone please help me. Thnx