String[] pointer to void* and back

seany via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 19 05:14:17 PDT 2014


On Thursday, 18 September 2014 at 22:16:48 UTC, Ali Çehreli wrote:

> If you are holding an address in a void*, you must make sure 
> that the original object is still at that location when you 
> attempt to access the object.

Does that mean, that there is no way to make a global stack 
accessible accross modules, of runtime generated stack variables, 
unless i define such variable species beforehand?


More information about the Digitalmars-d-learn mailing list