From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: I get an error, but don't see why... Date: Sun, 24 Oct 1999 23:32:34 -0400 Organization: MindSpring Enterprises Lines: 17 Message-ID: <7v0j18$cb8$1@nntp5.atl.mindspring.net> References: NNTP-Posting-Host: c7.b7.cf.29 X-Server-Date: 25 Oct 1999 03:32:56 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Philip Bock wrote in message news:zXPQ3.20115$5i5 DOT 770016 AT typhoon DOT mbnet DOT mb DOT ca... > I have what looks to me like perfectly good code, but still get your typical > cryptic error message... > > Anyone have any ideas? > shape::shape(int newnumvects, int newstype, int newsfill); > { Get rid of the semicolon at the end of the line. It doesn't belong there.