> The problem is, when I try to compile a hello, world C++ program with > gnu/gcc and gnu/g++, it tells me it can't find the iostream file, so > I'm thinking that you have to build from source. I tried iostream.h, > but to no avail.
the c++ header files <iostream> and <iostream.h> are much different files. - erik
