On Sun, 1 Jun 2003, Dirk Mueller wrote: > On Son, 01 Jun 2003, Rolf Magnus wrote: > > > > so you like the implicit pointer -> int conversion more? > > (somepointer == 0) actually doesn't use an implicit pointer -> int conversion. > > really? so how do you compare a pointer with an int? It uses the standard 0->null pointer conversion?