Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |