c++中智能指針

1、智能指針類:std::auto_ptr   因爲 auto_ptr 基於【排他全部權模式】,這意味着:兩個指針(同類型)不能指向同一個資源,複製或賦值都會改變資源的全部權。ios 一個簡單的例子1:c++ [cpp]  view plain  copy  print ? #include <iostream>     #include <memory>     class A     {   
相關文章
相關標籤/搜索