Author Topic: need func stubs for overrides when deriving a class, not just ABC  (Read 3222 times)

raj2all

  • Community Member
  • Posts: 8
  • Hero Points: 0
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.0
But 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.