Message-ID: <350B4D4A.B4BAFF9C@mail.nprg.com> Date: Sat, 14 Mar 1998 21:38:51 -0600 From: Michele Fox Reply-To: mfoxnprg AT nprg DOT com Organization: New Paradigm Resources Group MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Start at the Beginning Content-Type: multipart/alternative; boundary="------------7642EF26F01641AF9FCB8F13" Precedence: bulk --------------7642EF26F01641AF9FCB8F13 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit First of all, Thank you...Delorie is a wonderful and rare thing !! Everything is loaded, I believe properly. I want to create and run a program using Rhide. Can you please point to the instructions to do the following: Compile Make Run What I did...exactly #include void main (void) { cout << "I am going to fail my class very soon!"; } 1)compile - ans. "Compiling:hello.cpp" "hello.cpp(1) In file include from hello.cpp.1: c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or directory There were some errors Help !! --------------7642EF26F01641AF9FCB8F13 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit First of all, Thank you...Delorie is a wonderful and rare thing !!

Everything is loaded, I believe properly.  I want to create and run a program using Rhide.

Can you please point to the instructions to do the following:
    Compile
    Make
    Run
What I did...exactly
#include <iostream.h>
void main (void)
{
     cout << "I am going to fail my class very soon!";
}
1)compile - ans. "Compiling:hello.cpp" "hello.cpp(1) In file include from hello.cpp.1:
c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h:  No such file or directory
There were some errors

Help !!
  --------------7642EF26F01641AF9FCB8F13--