|
Re: Hey Pf
@Jabo: better for typing? It emits the same code.
@lectric: preincrement on an int is neither better nor worse than post increment. Again, examine the emitted code. For overloaded increment operators, there may be a couple instructions worth of difference.
|