Some memory safety

Walter Bright newshound1 at digitalmars.com
Mon May 18 12:26:12 PDT 2009


D is not going to catch memory safety problems that result from using C 
library functions, like malloc. D can only guarantee memory safety when 
using D code and D library functions.

The programmer is on his own using the unsafe C functions.



More information about the Digitalmars-d mailing list