Wondering if some of you programmers out there could help me out a bit.

I've just set up a PC with RedHat Linux 7.2. I want to try to compile some C+ stuff
with GCC. When I try to compile, all I get is :


test.c:2:32: iostream.h: No such file or directory


I guess I'm missing some files here, but being fairly new on Linux I don't know where to start. Am I missing some RPM's???

TommyE