I\'ve mostly only worked with C and am running into some unfamiliar issues in C++.
Let\'s say that I have some function like this in C, which would be very typical:<
C++ references naturally can't be null, you don't need the check. The function can only be called by passing a reference to an existing object.