From: Antonio Tellez Flores <atellezf@yahoo.com.mx>
To: Edward Parrilla <eparrilla@comcast.net>
Cc: linux prg <linux-c-programming@vger.kernel.org>
Subject: Re: question about iostream.h
Date: Sat, 16 Oct 2004 02:41:09 -0500 [thread overview]
Message-ID: <1097912468.22833.2.camel@localhost> (raw)
In-Reply-To: <1097907587.3872.21.camel@localhost.localdomain>
Hi!
^[
> Hi all,
> I am trying to use
> <iostream.h> or <iostream> but it keeps telling me that file is not
> found
> but I found file located at:
>
> /usr/include/g++-3/iostream.h
>
> if I type
> #include </usr/include/g++-3/iostream.h>
> it gives me the following error:
> /usr/include/g++-3/iostream:6:22: iostream.h: No such file or directory
> linktest1.c:8:16: list: No such file or directory
>
> which is the mistake?
> Thanks in advance for your assistance.
add the next lines:
#include <iostream>
using namespace std;
bye
--
Antonio Téllez Flores
Ciencias de la Computación
Facultad de Ciencias - UNAM
Home Page: http://ada.fciencias.unam.mx/~atellez
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2004-10-16 7:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-16 6:19 question about iostream.h Edward Parrilla
2004-10-16 7:41 ` Antonio Tellez Flores [this message]
2004-10-16 8:15 ` Antonio Tellez Flores
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1097912468.22833.2.camel@localhost \
--to=atellezf@yahoo.com.mx \
--cc=eparrilla@comcast.net \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).