Curated developer articles, tutorials, and guides — auto-updated hourly


In the previous article, we left one case untouched: the transition from raw pointers to weak_ptr......


You've been there. You inherit a codebase filled with Widget* w = new Widget(), manual delete calls....