We have the question is there a performance difference between i++ and ++i in C?
What\'s the answer for C++?
An the reason why you ought to use ++i even on built-in types where there's no performance advantage is to create a good habit for yourself.