C's Biggest Mistake on Hacker News
Dukc
ajieskola at gmail.com
Tue Jul 24 10:40:33 UTC 2018
On Monday, 23 July 2018 at 15:06:16 UTC, Ecstatic Coder wrote:
> And something that REALLY must be integrated into BetterC's
> low-level standard library in some way IMHO...
They already work, except for the concatenation operator because
it obviously requires the GC. And converiting a pointer from C
code to D is easy, because you can slice pointers just like
arrays -it's just that it won't be bounds checked.
More information about the Digitalmars-d
mailing list