Awin's blog
About
Posts
Docs
Categories
Series
Tags
Light
Dark
Auto
memory
[C++ 筆記] 智慧指標:unique_ptr & shared_ptr
unique_ptr與shared_ptr都是智慧指標,箱對於原本的raw pointer,智慧指標使用起來更方便,也不用擔心delete的問題。
2019-12-01
2 min read
Programming
C++ 筆記