I\'m a C++ programmer thats considering using D for a personal project I want to play around with. I was wondering if there\'s a way to completely disable the garbage collector
The GC can be removed and replaced with a simple wrapper around malloc/free.