question about the garbage collector

doob doobnet at gmail.com
Sun Mar 4 07:24:14 PST 2007


I have a small question. I've just started to use D and I've been looking at this example:

http://www.digitalmars.com/d/windows.html

I see in the example that it initializes the garbage collector using this function:
gc_init();

My question is then: is this just for D stuff or is it also for the C stuff?


More information about the Digitalmars-d-learn mailing list