Safe C++ (e-bog) af Kushnir, Vladimir
Kushnir, Vladimir (forfatter)

Safe C++ e-bog

139,89 DKK (inkl. moms 174,86 DKK)
Its 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, youll 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...
E-bog 139,89 DKK
Forfattere Kushnir, Vladimir (forfatter)
Udgivet 30 maj 2012
Længde 142 sider
Genrer UMN
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781449321376
Its 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, youll 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. Youll not only find recipes for identifying errors during your programs compilation, runtime, and testing phases, youll 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 timebefore your code goes into production