[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CBool
bool is not supported in some C programming environments.
Bools can be simulated using macro's:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CBool
(C) bool
bool is a standard data type (and thus a keyword) that can contain only the values ?true and ?false.bool is not supported in some C programming environments.
Bools can be simulated using macro's:
- define FALSE 0
- define TRUE 1
'bool' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
