This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ...ONE MORE NEWBIE QUESTION: iostream.h


stdio.h and iostream.h may be in different diretories.
Perhaps you've got both those files, but only the first
is on the include path. If so, see where iostream.h
is, and add its location to the include path. By any
chance have you specified -nostdinc or -nostdinc++? 

> I have a problem compiling simple programs using "cout" and "cin" and i need
> to #include <iostream.h>.
> The output says, that "iostream" is on found (file not found).
> BUT the <stdio.h> works fine with printf() (for example printf("hello
> world\n"))

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]