From: gehok55 AT hotmail DOT com (Muldoon) Newsgroups: comp.os.msdos.djgpp Subject: bool type Date: Tue, 17 Apr 2001 21:59:50 GMT Message-ID: <3adcbb34.28286699@news.dingoblue.net.au> X-Newsreader: Forte Free Agent 1.21/32.243 Lines: 16 NNTP-Posting-Host: 198.142.75.227 X-Trace: 987544743 news01.syd.optusnet.com.au 25472 198.142.75.227 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com im having some troubles declaring boolean variables.. where am i going wrong? typedef struct { int color; bool filled; }object; nasty stuff happens when i use the bool type. any help, abuse appreciated. thanks -Josh gehok55 AT hotmail DOT com