On Sun, 10 Aug 2014 15:24:29 +0000
seany via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:

> Thank you, so the running out of space problem is taken care of 
> automatically?
from D side -- yes. just don't store passed pointer on C side, 'cause
it can be changed on array resize.

but if you want to be able to resize the array from C side, than this is
completely different story. D has it's own memory maganer, so you can't
easily use malloc() and company from libc.

Attachment: signature.asc
Description: PGP signature

Reply via email to