PDF Effective C++ 55 Specific Ways to Improve Your Programs and Designs 3rd Edition Scott Meyers Books
“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.
PDF Effective C++ 55 Specific Ways to Improve Your Programs and Designs 3rd Edition Scott Meyers Books
"This book is a really great book. However, I make one observation before I recommend you reading this. You must have attempted or completed at least one very large c++ program. You must be familiar with various design patterns. Have attempted to use said design patters at least one or twice.
C/C++ to me is about your progression in learning the language. Most people start out small begin learning and slow progress to much larger programs. As you make your way to these larger programs you run into some fundamental logic flaws (or design flaws). This book helps shed some very useful and en lighting information on these flaws. Be it you think it's a language flaw or design flaw in your programming. This book will give you some very useful tools to be used medium to large scale c++ programs. It is a most definitely on my recommendation of books to read for a C++ programmer."
Product details
|
Tags : Effective C++ 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (0785342334876) Scott Meyers Books,Scott Meyers,Effective C++ 55 Specific Ways to Improve Your Programs and Designs (3rd Edition),Addison-Wesley Professional,0321334876,C++ (Computer language),C++ (Computer program language),C Visual C,C++ (PROGRAMMING LANGUAGE),COMPUTER,COMPUTERS / Programming Languages / C++,Computer Applications,Computer Books Languages,Computer/Languages,Computers,Computers - General Information,How-to/Do-it-yourself,Non-Fiction,Professional,Programming scripting languages general,Programming Languages - C++,United States
Effective C++ 55 Specific Ways to Improve Your Programs and Designs 3rd Edition Scott Meyers Books Reviews :
Effective C++ 55 Specific Ways to Improve Your Programs and Designs 3rd Edition Scott Meyers Books Reviews
- This book is a really great book. However, I make one observation before I recommend you reading this. You must have attempted or completed at least one very large c++ program. You must be familiar with various design patterns. Have attempted to use said design patters at least one or twice.
C/C++ to me is about your progression in learning the language. Most people start out small begin learning and slow progress to much larger programs. As you make your way to these larger programs you run into some fundamental logic flaws (or design flaws). This book helps shed some very useful and en lighting information on these flaws. Be it you think it's a language flaw or design flaw in your programming. This book will give you some very useful tools to be used medium to large scale c++ programs. It is a most definitely on my recommendation of books to read for a C++ programmer. - I'm a C++ developer and should have read this book a long time ago. It was very helpful in improving my C++ knowledge. I knew I didn't know everything about C++ and needed to learn more and this book and a couple of others (mentioned below) got me on my way to learning more. Of course I still don't know everything about C++, and probably never will, but I've definitely increased my C++ knowledge with this book and the others that I've recently read.
First, I recommend starting with some FREE books you can find on the Internet - called "Thinking in C++" by Bruce Eckel. There are 2 volumes and I recommend both. You can buy the print versions but I used the electronic versions.
I then read this book - Effective C++. Of course there is some repetition, but I like it as it helps 'drive stuff into my head'.
The next book I'll read is Effective STL 50 Specific Ways to Improve Your Use of the Standard Template Library.
I bought Effective C++ Third Edition in May 2013 from as the seller, and received the thirteenth printing (March 2013)
While some of this stuff seems dated in 2013, I think 98% of it is still quite relevant, though I do wish they would keep the books a bit more updated (no more than 4 or 5 years old).
I do plan on looking into a book on C++11 in the near future.
Bottom line for this book is that I found it well worth the price. It's much easier and cheaper to learn the stuff in this book by reading it instead of having to 'learn it the hard way'. - In learning programming, different textbooks suit different purposes ...
Let's divide up the task of becoming a C++ software engineer specialising in programming challenging systems ...
(1) learning the essentials of programming;
(2) learning the essentials of low level programming with its bit fiddling logical operators and implementation issues;
(3) learning C++ syntax;
(4) learning C++ development tools;
(5) picking up knowledge of the situational logic of software engineering;
(6) picking up knowledge of object oriented and procedural and other approaches to programming solutions to given problems and picking up the common sense to know the best approach to a given problem;
(7) learning C++ libraries;
(8) learning STL the standard template library;
(9) picking up knowledge so that one can develop an appropriate C++ style to the task at hand, whatever the task at hand may be ... knowing that educational miniprojects and real medium sized to large systems have different needs in this respect.
In this matter I am trying to distinguish knowledge and skills. I maintain that this book essentially deals with topics (2) (5) (6) (7) and (9) as outlined above, with application to the perculiarities of C++. In other words, this is an advanced work and should not be the first C++ book a first year university student should buy! First things first you need to buy a language primer ...
Nevertheless once one has mastered the basics of C++ this is an excellent work to start picking up rules of C++ style. Helpfully the author includes a number of items which describe typical C++ blunders that result from inadequate mastery of the basics of C++. Therefore after learning the basics of C++ most students would benefit by reading this book cover to cover! The explanations are clear and terse and if contemplated will enable many a conceptual misunderstanding of typical C++ semantics in C++ typical implementations to be clarified.
From earlier editions some of the advice has changed. There is a helpful table pp277-9 that describes a mapping of relevant items between the 2nd and 3rd editions! That the author has consolidated and clarified his advice on good C++ style is a good thing given how often he is cited in both industry and academia. Some advice has been updated to deal with the C++ 11 standard adopted two years ago; some has been updated to deal with the latest in C++ development technologies and libraries ...
Well worth reading even for the experienced programmer. Well worth buying even if you have an earlier edition. I really must find time now to read this properly cover to cover ... as I've read two of his earlier works! - I spoke to Scott Meyers about this series at a time when he was in doubt about it. He has been criticized as one who has not held a production programming job. He openly admits to this and summarises relevant credentials in his discussion on this subject. I praised the work and thanked him for his contribution for this reason In production programming we become known for specific routines, and despite our higher proficiency in other areas, we are hired again and again to solve the same or similar problems. We have lists, sometimes good agenda and at other times mental intentions that are rarely addressed. He takes the time to look for issues that "bite back" and to write those small, sample programs to which we never get around and those that might change our way of doing things if we were only to know the result. Enrolment in his courses demonstrates that he has a knack for teaching and his clear and insightful explanations and examples highlight that pedagogical virtue in his texts.