unique_ptr

Basic usage of unique_ptr and custom free of it

#include #include #include #pragma comment(lib, "Shell32.lib") using namespace std; class MyClass { public: MyClass() { cout

5 years ago