More Effective C++ 在線電子書 圖書標籤: C++ 編程 C/C++ 計算機 經典 進階 Programming 計算機科學
發表於2025-02-16
More Effective C++ 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025
Scott Meyers 擁有布朗大學計算機科學博士學位,是世界上最著名的C++軟件開發權威之一。他的“Effective C++兩捲本”(《Effective C++》和《More Effective C++》),開闢瞭技術圖書寫作的新風格。他曾擔任《C++Report》雜誌的專欄作傢,經常為《C/C++Users Journal》和《Dr.Dobb's Journal》撰稿。
一些經過驗證的用來改善程序效率的方法,包括檢驗C++語言特性所帶來的時間和空間上的成本。
全麵地描述瞭C++專傢所使用的高級技術,包括placement new、virtual constructors、smart pointers、reference counting、proxy classes和double-dispatching等。
以實例說明異常處理帶給C++類和函數的衝擊。
介紹新的語言特性,包括bool、mutable、explicit、namespaces、成員模闆、標準模闆庫等。如果你的編譯器不支持這些特性,本書還介紹瞭如何不利用它們完成工作。
Item 24: Understand the costs of virtual functions, multiple inheritance, virtual base classes, and RTTI virtual ~C2(); // redefined function 应为: virtual ~C2(); // new virtual function Item 25: Virtualizing constructors and n...
評分Item 24: Understand the costs of virtual functions, multiple inheritance, virtual base classes, and RTTI virtual ~C2(); // redefined function 应为: virtual ~C2(); // new virtual function Item 25: Virtualizing constructors and n...
評分Meyers两本effective C++系列都看过了。 两者相比,Effectiv C++应该算是基础篇,*More*这本则更注重工程实践方面,介绍C++的高级技术。里面提到的Reference Count,Virtual Construstor, Smart Pointer这些技术在大型的C++项目都很常见, 自己是配合着Google的Chromium看的...
評分总体来说还是很不错的,Scott Meyers大师一贯的简洁、实用的建议。相比之前的《Effective C++》,这本的主题更加“高级”一些,换句话说对于普通程序员可能用户不如之前那本大。但还是很不错的,值得一读。越来越觉得好书需要读三遍才能真正吸收精华知识,粗略的算了一下,读一...
評分总体来说还是很不错的,Scott Meyers大师一贯的简洁、实用的建议。相比之前的《Effective C++》,这本的主题更加“高级”一些,换句话说对于普通程序员可能用户不如之前那本大。但还是很不错的,值得一读。越来越觉得好书需要读三遍才能真正吸收精华知识,粗略的算了一下,读一...
More Effective C++ 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025