This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug - pointer to false


Ooops, my bad. Nevermind.

   A null pointer constant is an integral constant expression (5.19)
   rvalue of integer type that evaluates to zero. A null pointer
   constant can be converted to a pointer type; the result is the
   null pointer value of that type and is distinguishable from every
   other value of pointer to object or pointer to function type...

--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]