Andrei's Quora comments on Reddit: "D has no vision. Go is out of its depth. Rust skipped leg day."

Ali Çehreli via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Nov 11 11:51:44 PST 2015


On 11/11/2015 06:42 AM, Namal wrote:

> someone was saying that it is possible to call c++ standard
> library from D. Is there an example how to do this?

Here is the spec e.g. saying 'extern (C++, std)':

   http://dlang.org/attribute.html#linkage

The following page is about interfacing with C++, which may not be up to 
date:

   http://dlang.org/cpp_interface.html

Others: is it up to date?

Ali



More information about the Digitalmars-d-announce mailing list