C++11進階知識列表

CalmReason發表於2016-05-21

型別轉換to_string()

智慧指標

shared_ptr        《C++ Primer》 shared_ptr示例:單詞搜尋

1 適合放到容器中

unique_ptr

1 替代了原來的auto_ptr

3 可以支援陣列

4 可以定製刪除操作

weak_ptr 

auto_ptr 

1 不支援陣列的建立和釋放

2 不能放到容器中,而被新的C++使用unique_ptr替代。

Function

function

function+bind介面程式設計

std::bind std::ref

異常C++異常的標準用法 

設計模式

23種設計模式:現代C++實現

 

 

相關文章