Skip to content

Latest commit

 

History

History
53 lines (49 loc) · 1.36 KB

File metadata and controls

53 lines (49 loc) · 1.36 KB
title SafeInt Library | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic index-page
f1_keywords
SafeInt
dev_langs
C++
helpviewer_keywords
libraries, SafeInt
SafeInt library
ms.assetid 5321e875-67c5-49d7-9650-85a876552d14
caps.latest.revision 10
author ghogen
ms.author ghogen
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

SafeInt Library

The SafeInt library helps prevent integer overflows that might result when the application performs mathematical operations.

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.