Sender: nate AT cartsys DOT com Message-ID: <36106661.CAEE9F7B@cartsys.com> Date: Mon, 28 Sep 1998 21:47:29 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Dupheraire CC: djgpp AT delorie DOT com Subject: Re: Object Oriented C++ and djgpp References: <19980928212932 DOT 04010 DOT 00003624 AT ng61 DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Dupheraire wrote: > > I just purchased a book on Object Oriented C++ that was written for Borland C++ > 4.5 and Turbo C++. When I had programmed with C before the programs had > compiled and ran fine. I copied this simple program from the book: > #include //(Had to change to stdio.h, which is probably > the //problem...) > voic main() > { > cout << "yadda yadda yadda"; > } > Do I need to find a library with the iostream header file, or do I just need to > dig up some cash and buy Borland C++? If the library is a available will > someone please > direct me to it? Thanks. If you installed the C++ package, you should have it. The file is gpp281b.zip. Remember to compile with `gpp' or you'll have more troubles. -- Nate Eldredge nate AT cartsys DOT com