My favourite feature as well 🙂 I want to add, that I have seen more memory leaks in GC languages than on any of my C++ projects... because in GC-d languages they do not have this kind of resource management and lets say keep on adding their objects to event listeners - and no GC ever can save them from duplicate event sent memory hogs.... 🙂
My favourite feature as well 🙂
I want to add, that I have seen more memory leaks in GC languages than on any of my C++ projects... because in GC-d languages they do not have this kind of resource management and lets say keep on adding their objects to event listeners - and no GC ever can save them from duplicate event sent memory hogs.... 🙂
What about another great feature of C++ that is triggering the Rust cultists?