Σημείωμα
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
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. |