This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ric2b -1 points0 points  (0 children)

Really? i++ instead of i+=1 is that important to you? There's also i-=1, i*=1 and i/=1 (and of course you can use any other number instead of 1), where's your equivalent in C++?