Hacker News new | ask | show | jobs
by pcwalton 3699 days ago
> In retrospect one giveaway is how easy it is to avoid almost all memory problems in C++ with RAII and STL.

Not at all. It's easy to think you're avoiding those memory problems, but they invariably crop up again and again.