Hacker News new | past | comments | ask | show | jobs | submit login

C has no references -- 'type& param' -- so there is no debate. This is a topic exclusive to C++, and isn't affected by smart pointers, which overload all the pointer operators in order to act like regular pointers, only with some sort of lifetime management.



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

Search: