Xref: news2.mv.net comp.os.msdos.djgpp:4574 From: Mark Habersack Newsgroups: comp.os.msdos.djgpp Subject: Re: Q: bool, _fixpath Date: Mon, 3 Jun 1996 13:27:54 +0200 Organization: Poznan Supercomputing and Networking Centre Lines: 18 Message-ID: References: <4oendj$p40 AT news DOT cea DOT fr> NNTP-Posting-Host: ananke.amu.edu.pl Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Eric NICOLAS In-Reply-To: <4oendj$p40@news.cea.fr> DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 28 May 1996, Eric NICOLAS wrote: > 1. Can someone give me some info about "bool" data type. Is this > a default type under gcc ? What are possible values (true, false, > TrUe, TRUE...) ? How is it coded in memory (one bit, one int...). > I couldn't find anything about that in info pages. > bool type is a new ANSI C++ standard data type. It is, as you might suspect, a boolean value (true | false) and can take two values: true | false Mark /*******************************/ /** So here I am once more... **************************************/ /** When you grown up and leave your playground, where you kissed **/ /** your Prince and found your Frog - remember the Jester that **/ /** showed you tears, a Script for Tears... ************************/ /*********************************************/