string to char array?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 5 11:06:24 PDT 2015


On Friday, 5 June 2015 at 17:27:18 UTC, Kyoji Klyden wrote:
> Does the slice's pointer point to the slice's position in 
> memory? Then if an array isn't sequential, is it atleast a 
> sequence of pointers to the slice structs (& those are just in 
> whatever spot in memory they could get?)

BTW, try to write in assembler, it will give you perfect 
understanding of all things like memory layout, calling 
conventions, alignment etc :3


More information about the Digitalmars-d-learn mailing list