On Monday, 12 January 2015 at 19:29:54 UTC, jmh530 wrote:
I'm new to D. I have some modest knowledge of C++, but am more familiar with scripting languages (Matlab, Python, R). D seems so much easier than C++ in a lot of ways (and I just learned about rdmd today, which is pretty cool). I am concerned about performance of D vs. C++, so I wanted to learn a little bit more about manual memory management, in case I might ever need it (not for any particular application).


There is a good article on the D Wiki that covers this topic with several different patterns and working examples:

http://wiki.dlang.org/Memory_Management

I hope you'll find it helpful.

Mike

Reply via email to