From owner-freebsd-questions Wed Nov 18 14:21:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18233 for freebsd-questions-outgoing; Wed, 18 Nov 1998 14:21:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from d132-h017.rh.rit.edu (d132-h017.rh.rit.edu [129.21.132.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18226 for ; Wed, 18 Nov 1998 14:21:43 -0800 (PST) (envelope-from vega@d132-h017.rh.rit.edu) Received: from localhost (vega@localhost) by d132-h017.rh.rit.edu (8.9.1/8.8.8) with ESMTP id RAA00403; Wed, 18 Nov 1998 17:16:02 -0500 (EST) (envelope-from vega@d132-h017.rh.rit.edu) Date: Wed, 18 Nov 1998 17:16:02 -0500 (EST) From: VEGA To: "Alain G. Fabry" cc: freebsd-questions@FreeBSD.ORG Subject: Re: iostream.h header file not found In-Reply-To: <009b01be1340$679e87f0$5531d5c6@earth.coserve.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG instead of doing: #include try doing: #include "/usr/include/g++/iostream.h" __________________________________________ 35% of accidents are caused by pixilated,; the other 65% are non-alcohol related. -- Mike Burkett On Wed, 18 Nov 1998, Alain G. Fabry wrote: > I'm just learning C, C++ and am trying to compile this stupid little program > but its giving me an error. > I trying to include the iostream.h file, but it replies with : iostream.h no > such file or directory. > I looked for this file and it was located in /usr/include/g++/ > Can I use this file in a C program? > How do I make it recognize this file? > > Just trying to include cout into the program..... > > Thanks, > > Alain > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message