ENGLISH

Safe C++: How to avoid common mistakes

Book information

Publisher
O'Reilly
Year
2012
ISBN
978-1-449-32093-5, 1449320937, 9781449321338, 144932133X, 9781449321369, 1449321364, 9781449321376, 1449321372
Language
english
Format
PDF
Filesize
3 MB (2842733 bytes)
Edition
1
Pages
142\149
Time added
2016-04-05 23:00:00

Description

It’s easy to make lots of programming mistakes in C++—in fact, any program over a few hundred lines is likely to contain bugs. With this book, you’ll learn about many common coding errors that C++ programmers produce, along with rules and strategies you can use to avoid them.Author Vladimir Kushnir shows you how to use his Safe C++ library, based in part on programming practices developed by the C++ community. You’ll not only find recipes for identifying errors during your program’s compilation, runtime, and testing phases, you’ll learn a comprehensive approach for making your C++ code safe and bug-free.Get recipes for handling ten different error types, including memory leaks and uninitialized variablesDiscover problems C++ inherited from C, like pointer arithmeticInsert temporary and permanent sanity checks to catch errors at runtimeApply bug prevention techniques, such as using separate classes for each data typePursue a testing strategy to hunt and fix one bug at a time—before your code goes into production

Similar books