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?
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?
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+