Comment on Why I'm Building a Database Engine in C#Comments−zerr5moI'd say modern C++ is high level and ergonomic enough to stop considering any language with a GC.−drfloyd515moDoes C++ have build in memory management now?−zerr5moIt's a part of the Standard Library - Smart Pointers.
Comments
I'd say modern C++ is high level and ergonomic enough to stop considering any language with a GC.
Does C++ have build in memory management now?
It's a part of the Standard Library - Smart Pointers.