发表于2025-01-22
More Effective C++ 2025 pdf epub mobi 电子书
意味着同样的质量和收获 行文一如既往的流畅幽默,虽然有少数单词不认得,读起来却没什么困难 除了exceptions里的几个item没看,其他基本都看完了 闲暇时翻翻感兴趣的item,用不着学院派式地从头到尾逐个遍历,挺好! next:《Inside the C++ Object Model》
评分意味着同样的质量和收获 行文一如既往的流畅幽默,虽然有少数单词不认得,读起来却没什么困难 除了exceptions里的几个item没看,其他基本都看完了 闲暇时翻翻感兴趣的item,用不着学院派式地从头到尾逐个遍历,挺好! next:《Inside the C++ Object Model》
评分意味着同样的质量和收获 行文一如既往的流畅幽默,虽然有少数单词不认得,读起来却没什么困难 除了exceptions里的几个item没看,其他基本都看完了 闲暇时翻翻感兴趣的item,用不着学院派式地从头到尾逐个遍历,挺好! next:《Inside the C++ Object Model》
评分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...
评分本书写作于1996年,相比她的姊妹篇《Effective C++》(第一版1991年,第二版1997年,第三版2005年),本书没有后续的更新版本,距今已有十六年之遥,因而内容显得有些过时。 本书内容的技术深度相对于《Effective C++》确实如书名所说更深一层,尤其是在第五章详细演示的各种...
图书标签: C++ Programming 编程 C/C++ 计算机 经典 程序设计 Scott_Meyers
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++.
摸完了。几个advanced topics介绍的tricks真不错。不过几个讲design的话题感觉不是特别出彩。
评分similar to the "Effective C++", very rewarding book for any C++ programmer.
评分similar to the "Effective C++", very rewarding book for any C++ programmer.
评分similar to the "Effective C++", very rewarding book for any C++ programmer.
评分写c++必读。effective, more effective, effective modern一套下来对c++的理解提升了很多,也更容易的能触类旁通到别的语言。比如rust的generics是用和c++很类似的template实现的,一看就知道rust这块的原理。。里面的很多技巧在我们的项目里面都有,像Reference Count, Smart Pointer这些东西。对virtual table的理解也更加深刻。
More Effective C++ 2025 pdf epub mobi 电子书