Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Safe C++: How to avoid common mistakes

    Posted By: step778
    Safe C++: How to avoid common mistakes

    Vladimir Kushnir, "Safe C++: How to avoid common mistakes"
    2012 | pages: 149 | ISBN: 1449320937 | PDF | 2,7 mb

    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 variables
    - Discover problems C++ inherited from C, like pointer arithmetic
    - Insert temporary and permanent sanity checks to catch errors at runtime
    - Apply bug prevention techniques, such as using separate classes for each data type
    - Pursue a testing strategy to hunt and fix one bug at a time—before your code goes into production

    My Link