實戰c++中的智能指針unique_ptr系列-- 使用std::unique_ptr代替new operator(錯誤:‘unique_ptr’ is not a member of ‘std’)

寫了不少篇關於vector的博客,其實vector很便捷,也很簡單。可是不少易錯的問題都是vector中的元素爲智能指針所引發的。因此決定開始寫一寫關於智能指針的故事,尤爲是unique_ptr指針的故事。ios 這是個開始,就讓咱們使用std::unique_ptr代替new operator吧!web 仍是用程序說話:編輯器 #include<iostream> int main() {
相關文章
相關標籤/搜索