On 8/6/2018 6:09 PM, Chris wrote: > On 08/06/18 00:49, Arne Vajhøj wrote: >> Compared to languages that use GC then C++ is pretty good in this >> regard. > > Perhaps not as c++ does include the dynamic creation of objects and > subsequent garbage collection as a core part of the language. No. GC is not part of the C++ language. Arne