[EMAIL PROTECTED] said:
> I recently installed the basic development files - gcc, cpp, 
> binutils, libs, and libs-dev.  When I tried to compile a program with 
> just a cout line it says iostream.h: no such file... 

Did you invoke the compiler with g++ or gcc ?
For compiling C++ programs, you should use g++.

Phil.

Reply via email to