Computer Science Canada rizzix... operator overloading, another thought |
Author: | wtd [ Sat Nov 05, 2005 5:21 am ] |
Post subject: | rizzix... operator overloading, another thought |
One major area where problems can arise with operator overloading is commutability. We could define a == operator for which a == b but not b == a. If it were easy to make one operator definition work both ways, would you be more open to the idea? |