Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Hi antirez

C doesn't have a destructor that gets called when something goes out of scope. That's taken advantage of in C++ (RAII) to implement various things (like scoped_ptr that helps avoid leaks).

Refcounting is also not perfect for every case.

But I like and prefer C. ;) Just pointing out one thing different in C++.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: