Are interfaces supported in Better C mode?

Dibyendu Majumdar d.majumdar at gmail.com
Sun Nov 15 01:30:24 UTC 2020


On Sunday, 15 November 2020 at 01:00:27 UTC, kinke wrote:
> On Saturday, 14 November 2020 at 21:46:38 UTC, Dibyendu 
> Majumdar wrote:
>> Well this compiles but doesn't link.
>
> This works with LDC:
>
> extern (C) void main() {
>     scope b = new B;
>     b.sayHello();
> }

I thought new isn't supported in better C mode ?




More information about the Digitalmars-d mailing list