Last edited by Frinavale; Sep 16 '14, 04:19 PM.
Reason: Added the question posted in the title of the thread to the body of the thread so that code has a purpose. Also added code tags.
You can always create an object from a class. That means you can take the address of the object. For that to work you need an actual object in memory. A 1 byte memory allocation is the minimum required to acquire an address.
Comment