From: "Andrew Clark" Newsgroups: comp.os.msdos.djgpp References: <01C031F3 DOT 9F9DB260 DOT scottferg1 AT earthlink DOT net> Subject: Re: C Programming Question Date: Mon, 9 Oct 2000 20:22:42 -0400 Lines: 16 Organization: Syracuse University X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 NNTP-Posting-Host: syru207-191.syr.edu Message-ID: <39e25f3d.0@news.syr.edu> X-Trace: 9 Oct 2000 20:13:49 -0500, syru207-191.syr.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Scott" wrote in message news:01C031F3 DOT 9F9DB260 DOT scottferg1 AT earthlink DOT net... > for (Count=0;Count<20;Count ++) also, there is no space between the postfix operator and its operand. clark -- > I have a dumb question: Are external static variables allocated storage in > stack or the heap? No. - Ben Pfaff