Easily Protect Your C++ Code Against Integer Overflow With SafeInt — by Giovanni Dicanio

Integer overflows can be hidden inside your C++ code and can cause subtle nasty bugs. Fortunately, it’s easy to guard your code against those subtle bugs, thanks to an open-source easy-to-use library:

Source: Standard C++

 


Date:

Categorie(s):