I have read (Inside C++ object model) that address of pointer to data member in C++ is the offset of data member plus 1? I am trying this on VC++ 2005 but i am not getti
The behavior you're getting looks quite reasonable to me. What sounds wrong is what you read.