More Effective C++ 在線電子書 圖書標籤: C++ Programming 編程 C/C++ 計算機 經典 程序設計 Scott_Meyers
發表於2025-02-16
More Effective C++ 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025
好書,看瞭就知道為啥是好書瞭。
評分寫c++必讀。effective, more effective, effective modern一套下來對c++的理解提升瞭很多,也更容易的能觸類旁通到彆的語言。比如rust的generics是用和c++很類似的template實現的,一看就知道rust這塊的原理。。裏麵的很多技巧在我們的項目裏麵都有,像Reference Count, Smart Pointer這些東西。對virtual table的理解也更加深刻。
評分最近用python多過c++ ,最大的感嘆是,python如此火爆,登上頂峰差的就是一本類似effective python 的書瞭
評分總的來說還是挺不錯的,就是書太老瞭。特彆是cpp11/14之後,好多東西就有更好的方式瞭。而且有瞭更多新的東西需要被“effective”。
評分最近用python多過c++ ,最大的感嘆是,python如此火爆,登上頂峰差的就是一本類似effective python 的書瞭
More than 150,000 copies in print! Praise for Scott Meyers' first book, Effective C++: "I heartily recommend Effective C++ to anyone who aspires to mastery of C++ at the intermediate level or above." - The C/C++ User's Journal From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that's just plain better. More Effective C++ includes: * Proven methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features * Comprehensive descriptions of advanced techniques used by C++ experts, including placement new, virtual constructors, smart pointers, reference counting, proxy classes, and double-dispatching * Examples of the profound impact of exception handling on the structure and behavior of C++ classes and functions * Practical treatments of new language features, including bool, mutable, explicit, namespaces, member templates, the Standard Template Library, and more. If your compilers don't yet support these features, Meyers shows you how to get the job done without them. More Effective C++ is filled with pragmatic, down-to-earth advice you'll use every day. Like Effective C++ before it, More Effective C++ is essential reading for anyone working with C++.
意味着同样的质量和收获 行文一如既往的流畅幽默,虽然有少数单词不认得,读起来却没什么困难 除了exceptions里的几个item没看,其他基本都看完了 闲暇时翻翻感兴趣的item,用不着学院派式地从头到尾逐个遍历,挺好! next:《Inside the C++ Object Model》
評分侯捷喜欢的东西八成都是些匠气很足的东西; 应该去好好读The C++ language,从源头上知道大部分C++的feature都是怎么来的,应该怎么用; 看了这书只会对侯捷和此书作者佩服得一塌糊涂,但是编程水平什么的,提高不是很大。 有时间读这书不如看The C++ Language.
評分这本more effective c++延续了effective c++的高质量,侯捷老师的翻译同样也是很有味道。这本书从内容上来说讲的还是细致入微,给人以很不错的阅读体验,但是读过了effective c++和more effective c++之后自己越发察觉到了书本知识和编程能力之间转化的鸿沟。 这种best pract...
評分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...
評分这本书我看过几遍了,只是看过,每次拿起来的时候发现自己还有不理解的地方。看书不止看书的页数,而是看书的内容,无所谓时间,自己理解就好。这种书该时常翻,好好看。 书的内容和书名很匹配,讲的是通过书中的条款,如何写出更高效的代码。书的内容值得这个标题。看这本书之...
More Effective C++ 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025