发表于2024-11-21
Effective C++ 2024 pdf epub mobi 电子书
早在读cpp primer的时候我就注意到了cpp中有很多的设计思路都非常的清奇,比如对于ctor, dtor ,copy ctor和assignment operator的重载,什么时候应该重载,什么时候应该delete这些函数。当时的我还特意自己总结了一下其中的规律,但是总觉得不得要领。所以当我看到effective c+...
评分对于C++,一直未窥门径。大学时就一直在学C++,却发现只是简单的蜻蜓点水。尤其对于C++中一些很重要的部分,如Template,STL,Exception机制等部分更是少有涉及。接着看了Lippman的C++ Primer,书很长确是详细完整的介绍了C++。但只是了解到了C++的一些机制,往往是从一种应该如...
评分这本书写的真的很好,大师把他对C++的独到的见解做一番生动活泼的描述,读后受益匪浅,优秀的编程方面的书籍不一定非得像中国大学里编程教材那样把编程语言从头到尾的介绍,这本书可以说是另辟蹊径。
评分这本书对细节把握的很好,看起来不会很吃力,相比之下,看c++ templates这本书就感觉有点吃力。它对内存的布局以及构造,析构和赋值运算等写的相当仔细,在具体应用中能够给你扫盲,加上前期看过primer的话读起来应该不会很困难。无论你是工作了还是正在找工作,这本书不...
评分之前看过这本书,这次看的是云风的评注,我觉得这些评注很有价值。对于C++这门语言我是既爱又恨,既以懂得C++为傲,有为使用这门语言遇到的种种问题和阻力深感尴尬。 对C++的态度,经由那次Linus引发的大讨论,我知道云风现在是理解之而尽量不用之。很多点有共鸣,但未讨论详细...
图书标签: C++ 编程 计算机 Programming 经典 程序设计 Scott_Meyers effective
“Every C++ professional needs a copy of Effective C++ . It is an absolute must-read for anyone thinking of doing serious C++ development. If you’ve never read Effective C++ and you think you know everything about C++, think again.”
— Steve Schirripa, Software Engineer, Google “C++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this. The clear and precise style of the book is evidence of Scott’s deep insight and distinctive ability to impart knowledge.”
— Gerhard Kreuzer, Research and Development Engineer, Siemens AG The first two editions of Effective C++ were embraced by hundreds of thousands of programmers worldwide. The reason is clear: Scott Meyers’ practical approach to C++ describes the rules of thumb used by the experts — the things they almost always do or almost always avoid doing — to produce clear, correct, efficient code. The book is organized around 55 specific guidelines, each of which describes a way to write better C++. Each is backed by concrete examples. For this third edition, more than half the content is new, including added chapters on managing resources and using templates. Topics from the second edition have been extensively revised to reflect modern design considerations, including exceptions, design patterns, and multithreading. Important features of Effective C++ include: Expert guidance on the design of effective classes, functions, templates, and inheritance hierarchies. Applications of new “TR1” standard library functionality, along with comparisons to existing standard library components. Insights into differences between C++ and other languages (e.g., Java, C#, C) that help developers from those languages assimilate “the C++ way” of doing things.
还在看,都是经验之谈,如果看过inside in c++ object model看起来应该不吃力,只有在编码一段时间以后才能发现,原来代码也是一种艺术
评分粗过了一遍。已经写出了节奏写出了快感。。。
评分很系统,很深刻,但是啃起来不容易……我也还没啃完。
评分让你了解一些细节,很不错的书
评分还在看,都是经验之谈,如果看过inside in c++ object model看起来应该不吃力,只有在编码一段时间以后才能发现,原来代码也是一种艺术
Effective C++ 2024 pdf epub mobi 电子书