Hi all,
I can't find a better topic to put this post under. Sorry.
Anyway, I thought there was a way to automatically fill in the virtual methods when inheriting from a parent.
e.g.
class Parent
{
virtual void method1();
}
class Child:Parent // do some special key-combo here that generates the following
{
void method1();
}
Am I making up stuff or is there really something that I can do here?
Thanks.
Loading
Mihir SolankiPosted Aug 3, 2005, 10:49 AM
Umm... you can do it With ReSharper , by pressing the Tab key.
Happy Coding !!!
Mihir Solanki
MihirSolanki.com