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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top