Dive into C++11 - [4] - Smart pointers

- Check out my website! Take a look at this article by Herb Sutter about smart pointer parameters: Source: Hello everyone! This is the fourth episode of my game-development series, `Dive into C 11`. After looking at C and C ’s memory and lifetime management in part 3, we’ll take a brief look at C 11 smart pointers. We will learn what they are, what problem the
Back to Top