pros and cons of smart pointers

前端 未结 10 1961
长情又很酷
长情又很酷 2021-02-05 05:31

I came to know that smart pointer is used for resource management and supports RAII.

But what are the corner cases in which smart pointer doesn\'t seem smart and things

10条回答
  •  情深已故
    2021-02-05 06:15

    This is quite interesting: Smart Pointers.
    It's a sample chapter from "Modern C++ Design" by Andrei Alexandrescu.

提交回复
热议问题