C and C++ could have non_nullable pointers, easily
C and C++ could have non_nullable pointers, easily
Posted Aug 27, 2009 19:30 UTC (Thu) by hummassa (guest, #307)In reply to: C and C++ could have non_nullable pointers, easily by nix
Parent article: Null pointers, one month later
That's why, in my example, I stated that (sorry):
YOU CANNOT DEREFERENCE A NULLABLE POINTER
if you want to use the star, check if it is nullable. People will start to use non-nullable pointers everywhere in their interfaces because they don't want to be checking for null all the time. :-D Cunning, eh?
