bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error-verbose yycheck overrun


From: Paul Eggert
Subject: Re: error-verbose yycheck overrun
Date: Wed, 12 Mar 2003 16:08:26 -0800 (PST)

> From: Akim Demaille
> Date: Tue, 04 Mar 2003 08:22:39 +0100

> I would nevertheless encourage ++i over i++ :(
> Not for contradicting, but in order to augment as much as possible
> the similarity between all the skeletons, and therefore use more C++
> standards (where people pay more attention to the difference between
> post- and pre-increment).

But if i is a local integer variable, what is the difference between
"i++;" and "++i;" in C++?  In C, they're equivalent.  I had thought
they were the same in C++ too, but I'm no C++ expert.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]