From: "Art Nouveau" Newsgroups: comp.os.msdos.djgpp Subject: Re: Error: no match for 'std::istream& > int&' operator Date: Fri, 23 Aug 2002 16:04:11 -0400 Lines: 21 Message-ID: X-Trace: UmFuZG9tSVYuz7EvDBvQYr0rkAXbO42Tohx+NHjM9uM1TabrudOy9ijU4Oduq10N X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 23 Aug 2002 20:04:32 GMT X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Please note that in line 1 of my program the # sign was left out of my e-mail but was not left out of the cpp file. I wrote: --------- "Art Nouveau" wrote in message news:... > I am just starting to learn C++ but can't seem to compile and run my first > program. I get the subject error at "cin > nCelsius " at line 9. I am using > DJGPP in a RHID149 environment and followed all the instructions for setting > LFN=Y in DJGPP.ENV, SET DJGPP=C:\DJGPP\BIN in Autoexec.bat, FILES=55 in > config.sys (the only statement in config.sys). I am running in a DOS Window > under Windows 98-2nd Ed. Rhide was run from "My Documents\Cplus" folder with > C:\DJGPP;C:\DJGPP\BIN in the PATH.