发表于2024-11-21
More Effective C++ 2024 pdf epub mobi 电子书
侯捷喜欢的东西八成都是些匠气很足的东西; 应该去好好读The C++ language,从源头上知道大部分C++的feature都是怎么来的,应该怎么用; 看了这书只会对侯捷和此书作者佩服得一塌糊涂,但是编程水平什么的,提高不是很大。 有时间读这书不如看The C++ Language.
评分意味着同样的质量和收获 行文一如既往的流畅幽默,虽然有少数单词不认得,读起来却没什么困难 除了exceptions里的几个item没看,其他基本都看完了 闲暇时翻翻感兴趣的item,用不着学院派式地从头到尾逐个遍历,挺好! next:《Inside the C++ Object Model》
评分断断续续,虎头蛇尾,把这书翻过一遍(除了附录..)。开始的时候,看得比较慢,都后边就有点浮躁。 有些内容在编程过程中也有体会,看书就是再复习一遍,再学个书上对这种情况的称呼。也有部分内容没遇到过,看了也没能有深刻的印象,以后有时间再翻翻吧。 看到智...
评分我刚读完 Effective C++ 后,不打算读这本 More 的。理由是想先在开发实践中贯彻一些 Effective C++ 中的最佳实践原则,在实践中消化、反馈和总结。 后来闲暇时,选择性地读了 More 的一些章节,感觉如获至宝,就有粗有细地通读下来。 对于两本书的比较,我的感觉是:Effective...
评分继 Effective C++ 之後,Scott Meyers 於 1996 推出这本「续集」。条款变得比较少,页数倒是多了一些,原因是这次选材比「第一集」更高阶,尤其是第五章。Meyers 将此章命名为技术(Techniques),并明白告诉你,其中都是一些 patterns,例如 virtual ctors、smart pointers、r...
图书标签: 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++.
写c++必读。effective, more effective, effective modern一套下来对c++的理解提升了很多,也更容易的能触类旁通到别的语言。比如rust的generics是用和c++很类似的template实现的,一看就知道rust这块的原理。。里面的很多技巧在我们的项目里面都有,像Reference Count, Smart Pointer这些东西。对virtual table的理解也更加深刻。
评分感觉一般
评分这书要定期回顾复习着读。中文版的也还行。
评分good to know. hard to use.
评分针对书中的几点,能突出重点,少犯错误。但是STL啥都很少涉猎。从这点看不是很effective:)
More Effective C++ 2024 pdf epub mobi 电子书