From: dontmailme AT iname DOT com (Steamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: help newbie Date: Sat, 18 Nov 2000 20:39:02 GMT Organization: always disorganized Lines: 14 Message-ID: <3a16e8e2.45961639@news.freeserve.net> References: <8v6o1d$asia$1 AT newssvr06-en0 DOT news DOT prodigy DOT com> NNTP-Posting-Host: modem-45.picasso-trigger.dialup.pol.co.uk X-Trace: newsg3.svr.pol.co.uk 974579943 26117 62.136.219.45 (18 Nov 2000 20:39:03 GMT) NNTP-Posting-Date: 18 Nov 2000 20:39:03 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com BERNADETTE wrote: > when i try to compile a program i get error no match for > '_IO_istream_withassign & > int &' > what does that mean? It looks like you've tried to use > instead of >> with an input stream (such as cin). > i dont have any capitol letters so what is > _IO_istrem_withassign &> _IO_istream_withassign is one of the classes that GCC's C++ library uses internally.