Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 960 Bytes

character-constants-and-conditional-inclusion.md

File metadata and controls

24 lines (22 loc) · 960 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager ms.workload
Character Constants and Conditional Inclusion | Microsoft Docs
11/04/2016
cpp-language
article
C++
1692207b-0707-4908-9e05-f8ed7ae0dd76
6
mikeblome
mblome
ghogen
cplusplus

Character Constants and Conditional Inclusion

ANSI 3.8.1 Whether the value of a single-character character constant in a constant expression that controls conditional inclusion matches the value of the same character constant in the execution character set. Whether such a character constant can have a negative value

The character set used in preprocessor statements is the same as the execution character set. The preprocessor recognizes negative character values.

See Also

Preprocessing Directives