[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Is this a compiler bug?
On Wed, Apr 11, 2001 at 02:39:25PM -0700, Arun Sharma wrote:
> On Tue, Apr 10, 2001 at 07:10:19PM +0530, Shridhar Daithankar wrote:
> > Error 173: "kernel/qrichtext.cpp", line 2165 # Redefined symbol 'i'; previously
> > defined at ["kernel/qrichtext.cpp", line
> > 2153].
> > for ( int i = 0; i < l; i++ ) {
> ^
>
> http://www.mvps.org/vcfaq/lang/1.htm
>
Also:
http://www.google.com/search?q=scope+C%2B%2B+for+loop
-Arun