Re: A89: Clearing a string


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

Re: A89: Clearing a string




>
> while i agree completely with you on the first, I don't on the second.  I
> think that the semicolon at the end of the for line clearly indicates that
> the for loop has no body.  The continue is just redundant and takes up
> space.
>


I guess the continue won't generate extra code if you compile with -O2...





References: