Y
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
drfloyd51
62 days ago
Does C++ have build in memory management now?
link
zerr
61 days ago
It's a part of the Standard Library - Smart Pointers.
link