ENGLISH

100 C++ Mistakes and How to Avoid Them (MEAP V02)

Book information

Publisher
Manning Publications Co.
Year
2024
Language
english
Format
PDF
Filesize
911 kB (932510 bytes)
Pages
220\220
Orientation
portrait
Paginated
yes
Scanned
no
Time added
2024-04-11 22:31:30

Description

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. 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

Similar books