I am new to c++ and trying to get a small test routine to work.
The first significant lines are:

#include <iostream>
#include <stdio>
using namespace std;

int main(void)
{
//
}

Build returns 'iostream no such file or directory.'

I installed qt-creator from the Mageia 2 repository.

Can anyone help me find the location of the missing header file?