Y
Hacker News
new
|
ask
|
show
|
jobs
by
SamReidHughes
3233 days ago
No, manual memory management is what you do in C++.
1 comments
LeoNatan25
3233 days ago
Calling new and delete in this day and age of C++ is doing it wrong.
link
SamReidHughes
3233 days ago
Using RAII is manual.
link