Hacker News new | ask | show | jobs
by WildUtah 3557 days ago
Modern C++ pretty much avoids manual memory management (except in the few instances where you really want it) with smart pointers and STL.