On Sunday 01 June 2003 01:02, 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? does somepointer = 0 assign an int?