Y
Hacker News
new
|
ask
|
show
|
jobs
by
coldtea
4825 days ago
That, and using pointers with memory management (which in Java is GC and transparent to you), and the confusing syntax
p++ vs (
p)++ etc.