The Boost C++ Libraries has been updated. The second edition was published in September 2014 and introduces 72 Boost libraries with more than 430 examples. It is available at Amazon, Barnes and Noble, for Kindle, as an Epub and as a PDF file. The second edition is based on C++11 and the Boost libraries 1.55.0 and 1.56.0 with the latter version having been released in August 2014.
Find the second edition online at http://theboostcpplibraries.com/html
該書採用 Creative Commons License 受權web
本書的中文版由 Albert Lai, Jerry Guo, Kun Zeng, Liangfu Chen (主頁), Cui Wei 和 Rui Shi 翻譯。算法
本書是對 Boost C++ 庫的介紹,Boost 庫經過加入一些在實踐中很是有用的函數對 C++ 標準進行了補充。 因爲 Boost C++ 庫是基於 C++ 標準的,因此它們是使用最早進的 C++ 來實現的。 它們是平臺獨立的,並因爲有一個大型的開發人員社區,它能夠被包括 Windows 和 Linux 在內的許多操做系統所支持。網絡
Boost C++ 庫能夠提高你做爲一個 C++ 開發人員的生產力。 例如,你能夠從智能指針中受益,幫助你寫出更可靠的代碼,或者使用某個庫來開發平臺獨立的網絡應用。 由於多數 Boost C++ 庫正被收錄進下一個版本的 C++ 標準,因此你能夠從今天就開始做好準備。數據結構
由於 Boost C++ 庫是基於且擴展了 C++ 標準,因此你應該懂得 C++ 標準。 你應該瞭解且可以使用容器、迭代器及算法,最好有據說過如下概念:RAII,函數對象,或是謂詞。 你越是瞭解 C++ 標準,就越能從 Boost C++ 庫中受益。多線程
from:http://zh.highscore.de/cpp/boost/異步
該內容拷貝僅用做學習備錄tcp
------------恢復內容結束------------ide
------------恢復內容結束------------函數