This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: ...ONE MORE NEWBIE QUESTION: iostream.h
- To: help-gcc at gnu dot org
- Subject: Re: ...ONE MORE NEWBIE QUESTION: iostream.h
- From: Greg Chicares <chicares at mindspring dot com>
- Date: Fri, 07 Jan 2000 00:20:55 -0500
- Newsgroups: gnu.gcc.help
- Organization: MindSpring Enterprises
- References: <K3dd4.224$k5.6628@news2.tor.primus.ca>
- Xref: wodc7nx0 gnu.gcc.help:2382
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"))