“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.
發表於2024-12-25
Effective C++ 2024 pdf epub mobi 電子書 下載
曆時一個月,每天下班迴傢都看1至2個item,今天終於看完瞭。這是一本無數次顛覆我世界觀的書!它讓我知道瞭什麼拍案叫絕!很多次我看到精彩的時候,都在大叫,室友應該是覺得我瘋瞭。書中有關const,封裝,構造函數析構函數拷貝構造函數賦值運算符等的解析實在是太精彩瞭,看完...
評分贊美的話就不說瞭,因為這書是 C++ 程序員必讀的。 但是為瞭追求 Effective 而過於糾結形式和手法,反而忘瞭原來的問題是什麼,就得不償失。 我本想打開 More Effective C++ 繼續 C++ 的顛簸之旅,但是看瞭幾章後剋製住瞭。我想生産中更應該關注的是領域問題,而不是工具。先利...
評分Effective C++ 非常經典的C++書籍,基本上學C++的人沒有不知道這本書的。書中介紹瞭55個準則,每一條準則描述一個編寫齣更好的C++的方式。 書是一年半以前買的,那時剛剛學瞭一個學期C++(再之前一個學期學瞭C),算是把基本語法學完瞭,封裝繼承多態等麵嚮對象知識也都有所瞭...
評分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++,但之後的幾年裏,C++主要被我用來進行簡單的算法實現或者簡單的學術仿真程序的編寫,一直沒有深入實踐過“麵嚮對象的C++”、“泛型的C++”。因此,自己還是一個徹頭徹尾的C++初學者。這裏從初學者的角度談談讀瞭這本書以後對C++的幾點新理解新...
圖書標籤: C++ 編程 計算機 Programming 經典 程序設計 Scott_Meyers effective
讓你瞭解一些細節,很不錯的書
評分一半
評分3本姊妹篇最好的一本,強力推薦
評分和more相比,更加偏重於基礎,必讀之作。
評分很係統,很深刻,但是啃起來不容易……我也還沒啃完。
Effective C++ 2024 pdf epub mobi 電子書 下載