Hacker News new | ask | show | jobs
by kruffin 4802 days ago
It's Java ;P I haven't used C++ in a long time. But you are correct a reference does exactly what he wants.

For anyone who needs to look it up like me: http://en.wikipedia.org/wiki/Reference_(C%2B%2B)

1 comments

Except the reference can itself be null, which is still problematic.