Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |
Related Sections
| Section | Description |
|---|---|
| C++ Language Reference | Reference and conceptual content for the C++ language. |