From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antonio Tellez Flores Subject: Re: question about iostream.h Date: Sat, 16 Oct 2004 02:41:09 -0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <1097912468.22833.2.camel@localhost> References: <1097907587.3872.21.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1097907587.3872.21.camel@localhost.localdomain> List-Id: Content-Type: text/plain; charset="iso-8859-1" To: Edward Parrilla Cc: linux prg Hi! =1B > Hi all, > I am trying to use > or but it keeps telling me that file is not > found > but I found file located at: >=20 > /usr/include/g++-3/iostream.h >=20 > if I type > #include > it gives me the following error: > /usr/include/g++-3/iostream:6:22: iostream.h: No such file or directo= ry > linktest1.c:8:16: list: No such file or directory >=20 > which is the mistake? > Thanks in advance for your assistance. add the next lines:=20 #include using namespace std; bye --=20 Antonio T=E9llez Flores Ciencias de la Computaci=F3n =46acultad de Ciencias - UNAM Home Page: http://ada.fciencias.unam.mx/~atellez - To unsubscribe from this list: send the line "unsubscribe linux-c-progr= amming" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html