Hacker News new | ask | show | jobs
by revelation 3519 days ago
Well if operator overloading looks scary you haven't seen the assembly generated for C++ programs ;)

It's just full with con-/de-structor noise and don't even get me started with virtual function calls.