Xref: utzoo comp.lang.c++:6949 comp.std.c:2663 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.lang.c++,comp.std.c Subject: Re: references to dereferenced null pointers Message-ID: <3072@auspex.auspex.com> Date: 23 Mar 90 19:28:49 GMT References: <1623@argus.UUCP> <1990Mar23.072132.7307@athena.mit.edu> Followup-To: comp.lang.c++ Organization: Auspex Systems, Santa Clara Lines: 5 >Does the standard say that values equivalent to (void *)0 in pointer >contexts cannot be used for the definition of NULL? Even if it did, what would the point be in doing so? If the value truly is equivalent, why is it any better than 0 or "(void *)0"?