Hacker News new | ask | show | jobs
by SamReidHughes 3233 days ago
No, manual memory management is what you do in C++.
1 comments

Calling new and delete in this day and age of C++ is doing it wrong.
Using RAII is manual.