How does inheritance and vtables work wrt. C++ and interop with D? Fns w/ Multiple-inheritance args impossible to bind to?

Alain De Vos devosalain at ymail.com
Mon May 24 14:12:53 UTC 2021


Multiple inheritance is hard.
If you know how it works, just add it to the dmd,ldc compilers.
If no,  try to walk around it :)
With interfaces you can mimic a bit, but don't get Bjarne 
Stroustrup level.


More information about the Digitalmars-d-learn mailing list