public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* ...ONE MORE NEWBIE QUESTION: iostream.h
@ 2000-01-06 19:33 Andrew
  2000-01-06 21:24 ` Greg Chicares
  2000-04-01  0:00 ` Andrew
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew @ 2000-01-06 19:33 UTC (permalink / raw)
  To: help-gcc

Hi
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"))


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ...ONE MORE NEWBIE QUESTION: iostream.h
  2000-01-06 19:33 ...ONE MORE NEWBIE QUESTION: iostream.h Andrew
@ 2000-01-06 21:24 ` Greg Chicares
  2000-04-01  0:00   ` Greg Chicares
  2000-04-01  0:00 ` Andrew
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Chicares @ 2000-01-06 21:24 UTC (permalink / raw)
  To: help-gcc

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"))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ...ONE MORE NEWBIE QUESTION: iostream.h
  2000-01-06 21:24 ` Greg Chicares
@ 2000-04-01  0:00   ` Greg Chicares
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Chicares @ 2000-04-01  0:00 UTC (permalink / raw)
  To: help-gcc

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"))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* ...ONE MORE NEWBIE QUESTION: iostream.h
  2000-01-06 19:33 ...ONE MORE NEWBIE QUESTION: iostream.h Andrew
  2000-01-06 21:24 ` Greg Chicares
@ 2000-04-01  0:00 ` Andrew
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew @ 2000-04-01  0:00 UTC (permalink / raw)
  To: help-gcc

Hi
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"))


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-06 19:33 ...ONE MORE NEWBIE QUESTION: iostream.h Andrew
2000-01-06 21:24 ` Greg Chicares
2000-04-01  0:00   ` Greg Chicares
2000-04-01  0:00 ` Andrew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).