Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dag11
on June 19, 2012
|
parent
|
context
|
favorite
| on:
The Little C Function From Hell
++x evaluates to x's new (incremented) value.
x++ evaluates to x's old (pre-incremented) value.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
x++ evaluates to x's old (pre-incremented) value.