Home | History | Annotate | Download | only in docs

Lines Matching full:preincrement

1489 Prefer Preincrement
1492 Hard fast rule: Preincrement (``++X``) may be no slower than postincrement
1501 get in the habit of always using preincrement, and you won't have a problem.