12.12.2012, 23:58
Quote:
I've not actually looked in to the assembly in PAWN because frankly I don't care - if there is any difference it will be basically zero anyway. I do ++i because it is much better practice in C++ (ironically not ++C), as is "!=" rather than "<", and I'm used to thus doing it that way.
|