Mail Archives: djgpp/1998/09/28/21:30:21
| From: | dupheraire AT aol DOT com (Dupheraire)
|
| Newsgroups: | comp.os.msdos.djgpp
|
| Subject: | Object Oriented C++ and djgpp
|
| Lines: | 14
|
| NNTP-Posting-Host: | ladder01.news.aol.com
|
| Date: | 29 Sep 1998 01:29:32 GMT
|
| Organization: | AOL http://www.aol.com
|
| Message-ID: | <19980928212932.04010.00003624@ng61.aol.com>
|
| To: | djgpp AT delorie DOT com
|
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
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 <iostream.h> //(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.
- Raw text -