From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Parrilla Subject: question about iostream.h Date: 16 Oct 2004 01:19:51 -0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <1097907587.3872.21.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux prg Hi all, I am trying to use or 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 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. Best regards Ed