7 ms·
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://
by kruffin 13y 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) http://en.wikipedia.org/wiki/Reference_(C%2B%2B)
- acomar 13y agoExcept the reference can itself be null, which is still problematic.