i++ and ++i in a "for" loop
in Chapter 6, with Tiger and Xcode 2.1, I noticed that an "i++" or a "++i" in a "for" loop produce the same result.
Is it usual ?
I believed before that "++i" produced incrementation before execution of instructions between braces, and "i++" produced incrementation after instructions between braces.
Was I wrong ?
Is it a preprocessor specificity ?
FJ
__________________
FJ
|