发表于2025-01-21
Effective C++ 2025 pdf epub mobi 电子书
虽然多年前在本科课程中学过C++,但之后的几年里,C++主要被我用来进行简单的算法实现或者简单的学术仿真程序的编写,一直没有深入实践过“面向对象的C++”、“泛型的C++”。因此,自己还是一个彻头彻尾的C++初学者。这里从初学者的角度谈谈读了这本书以后对C++的几点新理解新...
评分Effective C++ 非常经典的C++书籍,基本上学C++的人没有不知道这本书的。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。 书是一年半以前买的,那时刚刚学了一个学期C++(再之前一个学期学了C),算是把基本语法学完了,封装继承多态等面向对象知识也都有所了...
评分这本书写的真的很好,大师把他对C++的独到的见解做一番生动活泼的描述,读后受益匪浅,优秀的编程方面的书籍不一定非得像中国大学里编程教材那样把编程语言从头到尾的介绍,这本书可以说是另辟蹊径。
评分无论你是通过CPP Primer还是其他从街上小摊贩出购买的山寨书进入C++世界,Scott Meyers的Effective C++都应该是在你阅读计划之内的一本书。 Effective C++不是告诉你什么是C++,也不会教你C++到底应该怎么用,而是告诉你如何真正的用好C++,因而更具针对性和实用性。 加之Sco...
评分Item 2: Prefer consts, enums, and inlines to #defines Because constant definitions are typically put in header files (where many different source files will include them) 个人理解: 虽然方便,在 header file 中定义全局变量不妥(无论是否为 const)。 如果该 he...
图书标签: 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.
和more相比,更加偏重于基础,必读之作。
评分C++程序员必读。
评分很经典,但是我更倾向于《C++必知必会》。不过这本书讲设计的那部分还是写的不错的。
评分豆瓣继续猜。
评分It answered lots of questions which raised when I was reading Thinking in C++
Effective C++ 2025 pdf epub mobi 电子书