C++ Smart Pointers: unique_ptr | Unique pointers

preview_player
Показать описание
C++ Smart Pointers : unique_ptr

C++ unique_ptr

Unique pointers are a type of smart pointers which cannot be copied.

Learn how to manage object resources effectively in C++

#unique_ptr #smart #pointer
Рекомендации по теме
Комментарии
Автор

Very good, but I am already a big fan of make_unique<T>() was there some reason it isn't covered here? Most people should have C++ 14 or newer by now.

jvsnyc
Автор

I have gone through many videos but you have explained very well and clear...thankx for the video

payalmohapatra