Question about wrapping raw C pointers from D

Rusty D. Shackleford via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 29 21:38:00 PDT 2014


Hi, in C++ I can use smart pointers to wrap raw pointers with 
custom deleter to automatically manage C resources. Is there 
anything like this in D?


More information about the Digitalmars-d-learn mailing list