Hello,
just a note : nearly every compiler will make "i++;" standalone expression as fast as "++i;" when "i" is a variable of the built-in type.
But usually, this is not true for the more complex user-defined types (like iterators)..
Anyway, I think that by no doubt, it is a good habit to prefer "++i" construction whenever possible.
Recent comments
10 sec ago
2 hours 55 min ago
2 hours 55 min ago
13 hours 9 min ago
14 hours 37 min ago
14 hours 37 min ago
14 hours 37 min ago
21 hours 54 min ago
2 weeks 3 days ago
4 weeks 4 days ago