Search Results

2
votes

Multiple return values to indicate success/failure.

A more common approach I have seen when exceptions aren't available is to store the error type in a 'last_error' variable somewhere and then when a failure happens (ie it returns false) look up the …