Iso646.h

Iso646.h

The iso646.h header file is part of the C standard library. It was added to this library in a 1995 amendment to the C90 standard. It defines a number of macros which allow programmers to use C language bitwise and logical operators, which, without the header file, cannot be quickly or easily typed on some international and non-QWERTY keyboards.

The macros

The iso646.h header defines the following 11 macros as stated below:

* and defined as &&
* and_eq defined as &=
* bitand defined as &
* bitor defined as |
* compl defined as ~
* not defined as !
* not_eq defined as !=
* or defined as ||
* or_eq defined as |=
* xor defined as ^
* xor_eq defined as ^=

C++

These identifiers are keywords in the ISO C++ programming language and do not require the inclusion of a header file. For consistency, however, the C++98 standard provides the header <ciso646>.

External links

* [http://www.opengroup.org/onlinepubs/009695399/basedefs/iso646.h.html <iso646.h>] by OpenGroup


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Iso646.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h stdint.h stdio.h …   Википедия

  • iso646.h — C Standard Library Data types Character classification Strings Mathematics File input/output Date/time Localization …   Wikipedia

  • iso646.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h …   Википедия

  • iso646.h — L en tête iso646.h fait partie de la bibliothèque standard de C. Il a été ajouté à la biblitohèque par un amendement de la norme ANSI C90. Il définit un certain nombre de macros qui permettent au programmeur d utiliser le language C au niveau du… …   Wikipédia en Français

  • ISO646 — entspricht IA5 T.50 (siehe http://czyborra.com/charsets/iso646.html) …   Acronyms

  • ISO646 — entspricht IA5 T.50 (siehe http://czyborra.com/charsets/iso646.html) …   Acronyms von A bis Z

  • ISO/IEC 646 — This article is about a character encoding standard. For the ISO C header file, see iso646.h. ISO/IEC 646:1991, Information technology ISO 7 bit coded character set for information interchange, is an ISO standard that since its first edition in… …   Wikipedia

  • C standard library — The C Standard Library consists of a set of sections of the ANSI C standard in the programming language C. They describe a collection of headers and library routines used to implement common operations such as input/output[1] and string handling …   Wikipedia

  • Standard C Library — Die Standard C Library ist eine genormte Funktionsbibliothek für die Programmiersprache C, die etwa 200 häufig benötigte Funktionen für Ein und Ausgabe, mathematische Operationen, Verarbeitung von Zeichenketten, Speicherverwaltung und andere… …   Deutsch Wikipedia

  • Стандартная библиотека языка Си — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”