Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.12 KB

safeint-library.md

File metadata and controls

25 lines (20 loc) · 1.12 KB
description title ms.custom ms.date helpviewer_keywords ms.assetid
Learn more about: SafeInt Library
SafeInt Library
index-page
03/19/2019
libraries, SafeInt
SafeInt library
5321e875-67c5-49d7-9650-85a876552d14

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.

Related Sections

Section Description
C++ Language Reference Reference and conceptual content for the C++ language.