Interfacing with C++

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Thu Nov 6 05:00:35 PST 2014


"Shriramana Sharma via Digitalmars-d"  wrote in message 
news:mailman.1515.1415110123.9932.digitalmars-d at puremagic.com...

> So I'm using latest dmd 2.066.1 on an i386 machine. Does it have the
> latest functionality which you refer to? And what is the syntax to
> support static and non-virtual member functions?

I think so.  Just declare a static or final function in an extern(C++) class 
or a static/normal function in an extern(C++) struct. 



More information about the Digitalmars-d mailing list