Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
shultays
on May 26, 2015
|
parent
|
context
|
favorite
| on:
New C++ experimental feature: The tadpole operator...
Reminds me the "goes to" operator
int x = 10; while (x --> 0) printf("%d\n", x);
prints 9 ... 0. The operator is pronounced as "as x goes to 0"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: