Slashdot Mirror


User: matrixise

matrixise's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:D is surprisingly good. on The D Programming Language, Version 1.0 · · Score: 5, Informative

    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.