Thursday, December 24, 2009

C++98: Overloaded Operators

An overloaded operator has the same precedence as the original operator.
Reference: C++ Strategies and Tactics by Robert B. Murray. Addison-Wesley, 1993., p. 33.

No comments:

Post a Comment