From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Compile trouble Date: 11 Jan 2000 12:52:22 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 10 Message-ID: <85f926$a21$1@antares.lu.erisoft.se> References: NNTP-Posting-Host: spica-144.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Chewbaklava (kalit AT ctel DOT net) wrote: : Also, in the line for(int i = 0; i < (80 - leng) / 2; i++), does i go out of : scope at the end of the for loop?? Yepp. Right, MartinS