Learn C++ With Back to Basics: Pointers and Memory by Ben Saks (CPPCon 2020) Video

In modern C++, the common wisdom is to prefer smart pointers over raw pointers. But since they are still so common in C++ code and C++ libraries, many C++ programmers do not stop using them. … Continue reading Learn C++ With Back to Basics: Pointers and Memory by Ben Saks (CPPCon 2020) Video