Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 1.48 KB

File metadata and controls

48 lines (45 loc) · 1.48 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision ms.author manager translation.priority.ht
Implementation-Defined Behavior
na
10/14/2016
visual-studio-dev14
na
na
devlang-cpp
na
article
C++
C
Visual C, portability of Microsoft C
portability [C++], Microsoft C to ANSI C
ANSI [C++], C standard
implementation-defined behavior
c9f50670-23cb-401f-8ad7-136972012eb9
7
mithom
ghogen
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

Implementation-Defined Behavior

ANSI X3.159-1989, American National Standard for Information SystemsProgramming LanguageC, contains a section called "Portability Issues." The ANSI section lists areas of the C language that ANSI leaves open to each particular implementation. This section describes how Microsoft C handles these implementation-defined areas of the C language.

This section follows the same order as the ANSI section. Each item covered includes references to the ANSI that explains the implementation-defined behavior.

Note

This section describes the U.S. English-language version of the C compiler only. Implementations of Microsoft C for other languages may differ slightly.

See Also

C Language Reference