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

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Tue May 25 18:31:23 UTC 2021


On Tuesday, 25 May 2021 at 18:12:27 UTC, Gavin Ray wrote:
> Would this fix it, or is it just not super viable to hack 
> around C++ multiple inheritance in D?

You can do anything you want with structs, raw memory, and 
casting, so it is viable, if you have a strong interest for this.

But if you are not a low level programmer you might find it 
tedious.


More information about the Digitalmars-d-learn mailing list