Subj : Re: null pointer becomes 1 To : borland.public.cpp.borlandcpp From : maeder@glue.ch (Thomas Maeder [TeamB]) Date : Fri Oct 17 2003 11:28 pm "heon" writes: > After a while, I get pProc from myPMap with proc_id=1 and check > pProc->mpFlag. I expect the pointer value should be 0, but it is 1. A pointer can be equal to 0; but it can't be equal to 1, since that's not a value a pointer can assume. What do you do to determine taht the pointer is 1? .