Hacker News new | ask | show | jobs
by Koshkin 3270 days ago
> Being forced to do memory management manually

It may be worth repeating that in C++ the need to manually manage memory is drastically reduced compared with C (due to the native support of the RAII pattern).