Xref: news2.mv.net comp.os.msdos.djgpp:2997 From: Marcelo Cantos Newsgroups: comp.os.msdos.djgpp Subject: Re: Enum Definitions Date: Mon, 22 Apr 1996 21:11:48 +1100 Organization: (private) Lines: 6 Message-ID: <317B5B64.1218@ocean.com.au> References: <199604161312 DOT PAA03770 AT gilberto DOT physik DOT rwth-aachen DOT de> <31753788 DOT 173327AC AT alcyone DOT com> NNTP-Posting-Host: 203.12.234.172 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > > false and true are reserved words in C++. (I'm just stating that without > > knowing it definitely :-) > > No, they're not.Please correct me if I'm wrong, but doesn't the Proposed ANSI C++ standard have a bool type and constants true and false which are of type bool? I realise most existing implementations don't feature a first class bool type yet, but it is still part of *standard* C++.