What's the D equivalence?
Jacob Carlborg
doob at me.com
Fri Mar 5 13:09:26 UTC 2021
On Friday, 5 March 2021 at 10:13:32 UTC, Imperatorn wrote:
> As the title says, some of the things I know right away D
> already has. But is there something checkedc has that we don't?
>
> https://github.com/Microsoft/checkedc/wiki/Extension-overview
One thing that is missing in D is runtime error on dereferencing
a null pointer. D relies on the platform to trigger a
segmentation fault. Of course, there are some platforms that
don't do that.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list