From: mdaya AT cs DOT uct DOT ac DOT za (MN Daya) Newsgroups: comp.os.msdos.djgpp Subject: Re: bool.h in C++ Date: 2 Sep 1997 11:08:25 GMT Organization: University of Cape Town Lines: 17 Message-ID: <5ugs39$rhr$1@groa.uct.ac.za> References: <340624E0 DOT 7043 AT indy DOT net> NNTP-Posting-Host: cs.uct.ac.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In <340624E0 DOT 7043 AT indy DOT net> Chris Frolik writes: >What is with this "bool.h" in the DJGPP C++ include directory? Just >wondering, as it really isn't needed to declare boolean types, since >they can be declared without the header. I'm may be wrong about this but: without the bool.h header file you can declare boolean types but the TRUE and FALSE values are not defined. -- -------------------------------------------------------------------------------- Marc N. Daya | mdaya AT cs DOT uct DOT ac DOT za University of Cape Town | http://www.cs.uct.ac.za/~mdaya --------------------------------------------------------------------------------