hmmm27
Gold Member
- 1,249
- 675
I'll take your word for it but, as long as the context is only iteration and not re-iteration (ie: it doesn't need to be rezeroed), it saves a superflous explicit declaration.sysprog said:The compiler would reject the 0++ incrementation directive inside the brackets of the a[0++] expression because 0 is not a variable.