FACTOID # 182: Ukraine is the breadbasket of Europe, and the world's largest producer of barley and total coarse grain per gdp.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

Encyclopedia > Stdbool.h
C++ StandardLibrary headers
C Standard
Library headers
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
stdlib.h
string.h
tgmath.h
time.h
wchar.h
wctype.h


The header stdbool.h in the C Standard Library for the C programming language contains macros to define boolean type values. In C++, the Standard Library is a collection of classes and functions, which are written in the core language. ... The C standard library is a now-standardised collection of header files and library routines used to implement common operations, such as input/output and string handling, in the C programming language. ... assert. ... The title given to this article is incorrect due to technical limitations. ... errno. ... . The initial letter is shown capitalized due to technical restrictions. ... The inttypes. ... . The initial letter is shown capitalized due to technical restrictions. ... math. ... . The initial letter is shown capitalized due to technical restrictions. ... . The initial letter is shown capitalized due to technical restrictions. ... . The initial letter is shown capitalized due to technical restrictions. ... stdint. ... It has been suggested that Wikipedia:WikiProject C/stdio. ... stdlib. ... . The initial letter is shown capitalized due to technical restrictions. ... Member functions Member constants CLK_TCK Constant that defines the number of clock ticks per second. ... The C standard library is a now-standardised collection of header files and library routines used to implement common operations, such as input/output and string handling, in the C programming language. ... Wikibooks has a book on the topic of C Programming The C programming language (often, just C) is a general-purpose, procedural, imperative computer programming language developed in the early 1970s by Dennis Ritchie for use on the Unix operating system. ...


These macros as defined in IEEE Std 1003.1-2001 are :

  • bool which will be expanded to _bool
  • true which is represented by constant 1
  • false which is represented by constant 0
  • __bool_true_false_are_defined which is represented by constant 1

programs using these macros can undefine or redefine bool, true, and false. Because of thay may be removed later standards.


External links


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your location
Your comments
Please enter the 5-letter protection code


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.