Hi,
I want to call an abstract function from the constructor of the abstract class.

I am trying to implement a C# code from :
http://www.dofactory.com/Patterns/PatternFactory.aspx

in C++. In C# I can call the an abstract function from constructor but in C++ it gives me the linking error.

Can anyone please help...


Best Regards,
Shal