i inherited a TPanel component and tried to overlaod its operator<. but my operation was useless as i saw when i debugged the code, my operator< does not work indeed.
here is what i have done;
this is my class;
class MyClass:public TPanel
this is my operator<;
bool MyClass::operator<(const...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.