"JiiPee" wrote in message news:OrTpy.479963$***@fx44.am4...
MFC uses NULL (=0) everywhere. Is it good practice to mix this C++11 nullptr with it or use NULL everywhere? This works because the Address of the number 0 is at location 0. So what your seeing may seem misleading but is actually stating that NULL = Address of # (which is zero).