I'm doing my first steps in C++, bought a book called C++ for Linux, but I have problems in the very first progtam the "Hello world!". Of course I wanted to compile it with gcc try.c -o try , but it answered me it cannot find iostream.h included in the source code. I'm using gcc-4.1. What's wrong ?

