Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tome
on Aug 13, 2010
|
parent
|
context
|
favorite
| on:
Strangest language feature
<< is the left-shift operator in C, so the OP's code
is
syntactically valid C.
It ought not to compile though, since it's trying to shift cerr by a string!
senki
on Aug 13, 2010
[–]
Thanks. Sorry. I'm stupid...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It ought not to compile though, since it's trying to shift cerr by a string!