From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: CIN COUT Date: Sat, 08 Mar 1997 12:52:28 GMT Organization: Southwest Missouri State University Lines: 10 Message-ID: <3321608e.740505@ursa.smsu.edu> References: <331BC0D5 DOT 5CB AT aracnet DOT com> NNTP-Posting-Host: forseti.i79.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Mon, 03 Mar 1997 22:27:33 -0800, Brian wrote: >Can Someone please tell me what is wrong with the following program. >I try to compile it on djgpp but I get 'undeclared' or something error. >Maybe I don't have the right iostream.h file? What command line did you use? If you used gcc, then you will get undefined references. Since this is a C++ program, you need to compile it with gxx. If you still get errors, perhaps you didn't download all the C++ compiler files or you didn't use the -d switch to unzip.