What am I calling?

Posted by Knowing me knowing you on Stack Overflow See other posts from Stack Overflow or by Knowing me knowing you
Published on 2010-05-19T15:54:33Z Indexed on 2010/05/19 16:00 UTC
Read the original article Hit count: 122

Filed under:

Is there a way to check inside a fnc what is this fnc name? I'm working currently on LargeInt class and I've realized that code for oparator> and operator< is almost identical so I would like to know what operator is calling me and react accordingly.
Thank you.

© Stack Overflow or respective owner

Related posts about c++