Is D so powerfull ??
Jeremy DeHaan via Digitalmars-d
digitalmars-d at puremagic.com
Sat Nov 7 13:02:25 PST 2015
On Saturday, 7 November 2015 at 14:49:05 UTC, ZombineDev wrote:
> On Saturday, 7 November 2015 at 14:25:01 UTC, ZombineDev wrote:
>>
>> What standard C does not provide and D does: calling C++ free
>> functions nested in namespaces, creating objects of C++
>> classes (with single inheritance), ...
> ... calling virtual and non-virtual methods on C++ classes from
> D
Actually, you can only call virtual methods on classes. Using
non-virtual methods isn't supported.
More information about the Digitalmars-d
mailing list