Rich Yonts: 100 C++ Mistakes and How to Avoid Them
100 C++ Mistakes and How to Avoid Them
Buch
Artikel noch nicht erschienen, voraussichtlicher Liefertermin ist der 25.3.2025.
Sie können den Titel schon jetzt bestellen. Versand an Sie erfolgt gleich nach Verfügbarkeit.
Sie können den Titel schon jetzt bestellen. Versand an Sie erfolgt gleich nach Verfügbarkeit.
EUR 60,32*
- Manning Publications, 03/2025
- Einband: Kartoniert / Broschiert
- Sprache: Englisch
- ISBN-13: 9781633436893
- Bestellnummer: 12093423
- Umfang: 361 Seiten
- Gewicht: 327 g
- Erscheinungstermin: 25.3.2025
Achtung: Artikel ist nicht in deutscher Sprache!
Klappentext
Learn how to handle errors, inefficiencies, and outdated paradigms by exploring the most common mistakes you’ll find in production C++ code.C++ is a complex and powerful language. With an estimated ten billion lines of C++ code running in production, it’s not hard to find bugs, inefficiencies, and other coding mistakes that slow and snarl even the most mission critical applications. 100 C++ Mistakes and How To Avoid Them reveals the problems you’ll inevitably encounter as you write new C++ code and diagnose legacy applications, along with practical techniques you need to resolve them.
Inside 100 C++ Mistakes and How To Avoid Them you’ll learn how to:
• Design solid classes
• Minimize resource allocation / deallocation issues
• Use new C++ features
• Identify the differences between compile and runtime issues
• Recognize C-style idioms that miss C++ functionality
• Use exceptions well
100 C++ Mistakes and How To Avoid Them gives you practical insights and techniques to improve your C++ coding kung fu. Author Rich Yonts has been using C++ since its invention in the 1980s. This book distills that experience into practical, reusable advice on how C++ programmers at any skill level can improve their code. Unlike many C++ books that concentrate on language theory and toy exercises, this book is loaded with real examples from production codebases.
About the book
100 C++ Mistakes and How To Avoid Them identifies the problems you’ll find in legacy C++ codebases as well as in your own new programs. Author Rich Yonts provides a concrete example of each mistake and a step-by-step walkthrough of the correct code. You’ll learn to consider each mistake from the standpoint of correctness, readability, effectiveness, and performance, and adopt modern programming techniques that can replace older, outdated approaches.
About the reader
Both beginning and experienced C++ programmers will benefit from these practical tips and advice.
About the author
Rich Yonts is a Senior Software Engineer at Teradata and a long-time software engineer using C++, Java, and Python. Rich held a number of technical and leadership roles during his many years at IBM and Sony. As an assistant professor, he has dealt with questions and issues of undergraduate and graduate students learning programming. He has deep experience on large code bases and considers himself both a student and a teacher of C++.