[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc - iostream.h




jshilt@oucsace.cs.ohiou.edu 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 to: