Hacker News new | ask | show | jobs
by EmilyHATFIELD 1295 days ago
Why would using pointers be better than references ? At least a reference cannot be null?
1 comments

Well, at the time I was doing that, it was actually for a C and not C++ job, so &references weren't even a thing. But my point wasn't that using the ampersand is wrong - just that if that's how you describe what you're doing, you probably don't have a very strong foundation in how the language really works.