I need help in finding a macro which automatically provides the prototypes for the virtual functions that are available in the Base class, when deriving a new class.
I know about the auto prompt feature listed down here
http://community.slickedit.com/index.php?topic=207.0But it's little restrictive ,and only works when deriving from abstract base classes.
I need little more enhanced one which works for any C++ classes that have virtual member funcs.
or kindly let me know which function/macro file to tweak or update if I need such feature.