Declaration and Definition
- From: "Jacky Luk" <jl@xxxxxxxxxx>
- Date: Tue, 19 Apr 2005 03:17:32 +0800
I declare a function that is virutal without implementation code in my base
class, the derived class does not implement it so link error occurs. My
question is how do you make the base class code swung into action?
class A
{
virtual int Run(void);
};
class B : public A
{
want to use class A's code, what can be done?
Thanks
Jack
.
- Follow-Ups:
- Re: Declaration and Definition
- From: Victor Bazarov
- Re: Declaration and Definition
- From: Jacky Luk
- Re: Declaration and Definition
- Prev by Date: Re: Using STL with classes generated dynamically
- Next by Date: Re: Declaration and Definition
- Previous by thread: Stealth activation of exe upon right-button -down event?
- Next by thread: Re: Declaration and Definition
- Index(es):