From: Vik Heyndrickx Newsgroups: comp.os.msdos.djgpp Subject: Re: Trouble with bools Date: Fri, 24 Oct 1997 10:45:52 +0200 Organization: University of Ghent, Belgium Lines: 15 Message-ID: <34506040.2F1B@rug.ac.be> References: NNTP-Posting-Host: eduserv1.rug.ac.be 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 Precedence: bulk H. Anthony Hoyt wrote: > > bool foo[2][3] = { 0, 1, 0 > 1, 0, 1}; > > (Could someone tell me if I'm wrong but I think this is possable.) It is possible and the way you wrote it is more or less correct but the standard requires you to put {} round the initializer elements which are arrays. -- +----------------+ | Vik Heyndrickx | +----------------+