SafeInt Library

SafeInt is a portable library that can be used with MSVC, GCC or Clang to help prevent integer overflows that might result when the application performs mathematical operations. The latest version of this library is located at https://github.com/dcleblanc/SafeInt.

In This Section

Section Description
SafeInt Class This class protects against integer overflows.
SafeInt Functions Functions that can be used without creating a SafeInt object.
SafeIntException Class A class of exceptions related to the SafeInt class.
Section Description
C++ Language Reference Reference and conceptual content for the C++ language.