Skip to content

Instantly share code, notes, and snippets.

@dribeas
Created July 28, 2011 21:33
class number {
/* ... */
number& operator+=( number const & );
};
number operator+( number, number const & );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment