Interfacing with C++

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Nov 1 14:26:20 PDT 2014


You can see http://wiki.dlang.org/DIP61 and linked discussions. 
Static and virtual functions probably work. Constructors and 
destructors probably don't. What's difficult is multiple 
inheritance. The information on C++ support is largely considered 
private to the compiler team.


More information about the Digitalmars-d-learn mailing list