C++筆記 13:以對象管理資源

Effective C++筆記 Use objects to manage resources std::auto_tpr auto_ptr:若通過copy構造函數或copy assignment操作符複製它們,它們會變成null,而複製所得的指針將取得資源的唯一擁有權 tr1::shared_ptr std::shared_ptr複製操作 總結:
相關文章
相關標籤/搜索