This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
...ONE MORE NEWBIE QUESTION: iostream.h
- To: help-gcc at gnu dot org
- Subject: ...ONE MORE NEWBIE QUESTION: iostream.h
- From: "Andrew" <csoul at geocities dot com>
- Date: Thu, 6 Jan 2000 22:35:39 -0500
- Newsgroups: gnu.gcc.help
- Organization: Primus Canada
- Xref: wodc7nx0 gnu.gcc.help:2381
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"))