← Back to Users
matrixise's activity in the archive.
from http://digitalmars.com/d/interfaceToC.htmlD does not provide an interface to C++. Since D, however, interfaces directly to C, it can interface directly to C++ code if it is declared as having C linkage.D class objects are incompatible with C++ class objects.
from http://digitalmars.com/d/interfaceToC.html
D does not provide an interface to C++. Since D, however, interfaces directly to C, it can interface directly to C++ code if it is declared as having C linkage.
D class objects are incompatible with C++ class objects.