Reply to post: Re: Null pointers

Mads Torgersen and Dustin Campbell on the future of C#

Rob Gr

Re: Null pointers

A C++ reference you cannot subvert...

int a = nullptr;

int& b = *a; // Should not be possible

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon