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

Pointers aren't special, and memory is not the only resource that requires managing.


Pointers are special. They have implicit conversions, and a wide variety of pre-defined operations, typically only a few of which are correct for any particular use.

Managing any resource is trivial with destructors. If you need to manage a resource, a pointer is a poor way to do it.

In C, you have a poverty of choices, but people are anyway used to being careful around pointers.




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

Search: