Memory address in safe code

  • Thread starter Thread starter caldera
  • Start date Start date
C

caldera

I want to get the memory address of the object. How can I do this in safe
code?
Thanks for your help.
 
I believe you can't, as this breaks the very definition of 'safe' code. Safe
code is that which has its memory allocation and storage requirements managed
entirely by the framework.
 
Back
Top