Hello everyone,
I have learned public/private/protected inheritance, but what is virtual
inheritance? Here is the sample,
class Usable : public virtual Usable_lock
http://www.research.att.com/~bs/bs_faq2.html#no-derivation
thanks in advance,
George
Cholo Lennon - 22 Oct 2007 14:06 GMT
http://en.wikipedia.org/wiki/Virtual_inheritance
--
Cholo Lennon
Bs.As.
ARG
> Hello everyone,
>
[quoted text clipped - 7 lines]
> thanks in advance,
> George
George - 22 Oct 2007 14:18 GMT
Thanks Cholo,
I can not access the page, can you help to paste some information here please?
regards,
George
> http://en.wikipedia.org/wiki/Virtual_inheritance
>
[quoted text clipped - 14 lines]
> > thanks in advance,
> > George
Carl Daniel [VC++ MVP] - 22 Oct 2007 15:08 GMT
> Hello everyone,
>
[quoted text clipped - 4 lines]
>
> http://www.research.att.com/~bs/bs_faq2.html#no-derivation
The C++ FAQ is your friend:
http://www.parashift.com/c++-faq-lite/multiple-inheritance.html#faq-25.8
-cd
George - 23 Oct 2007 08:17 GMT
Thanks cd,
Very useful resource.
regards,
George
> > Hello everyone,
> >
[quoted text clipped - 10 lines]
>
> -cd