views:

91

answers:

1

Hi

Im looking at some codes (in C++) and it gets quite confusing when there is operator overloading. Is there a simpler way to find out whether "()" or any other symbol is overloaded?

A: 

KDevelop4 can do it. Test has a public constructor taking an int, so it shows its operator+ for all but the last use of operator+

alt text

Johannes Schaub - litb