From owner-freebsd-questions Wed Nov 18 14:11:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16239 for freebsd-questions-outgoing; Wed, 18 Nov 1998 14:11:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16232 for ; Wed, 18 Nov 1998 14:11:46 -0800 (PST) (envelope-from fabry@panam.edu) Received: from earth (earth.coserve.org [198.213.49.85]) by 3rdrock.coserve.org (8.9.1/8.9.1) with SMTP id QAA08942 for ; Wed, 18 Nov 1998 16:09:08 -0600 (CST) Message-ID: <009b01be1340$679e87f0$5531d5c6@earth.coserve.org> From: "Alain G. Fabry" To: Subject: iostream.h header file not found Date: Wed, 18 Nov 1998 16:11:30 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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