manual memory management

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Wed Jan 9 03:26:47 PST 2013


On 01/09/2013 09:54 AM, Mehrdad wrote:
> You (or Walter I guess) are the first person I've seen who calls C++ garbage
> collected.

Maybe not GC in the truest sense, but one of the first realizations I had when I 
started teaching myself C++ (having originally learned C) was, "Oh, gosh, I 
don't have to manually handle memory allocation/deallocation any more."

Of course, that's an overstatement in reality, but I still find that for almost 
all of the C++ code I've ever had to write, I've been able to avoid manual 
memory management.



More information about the Digitalmars-d mailing list