Hacker News new | ask | show | jobs
by zerr 62 days ago
I'd say modern C++ is high level and ergonomic enough to stop considering any language with a GC.
1 comments

Does C++ have build in memory management now?
It's a part of the Standard Library - Smart Pointers.