What are smart pointers and when should I use one?
In this tutorial, you will learn smart pointers and why and how to use the smart pointer in C++ programs. We will see first what are smart pointers and when we should use them. The primary pre-requisite of this tutorial is that you should have basic knowledge about pointers. Before understanding the application of smart […]
What are smart pointers and when should I use one? Read More »