From: sl AT psycode DOT com DOT NOSPAM (Gili) Newsgroups: comp.os.msdos.djgpp Subject: Re: enum problem Date: 17 Jun 1998 14:18:48 GMT Organization: The World's Usenet -- http://www.Supernews.com Lines: 11 Message-ID: References: <358745c4 DOT 10851789 AT news DOT Austria DOT EU DOT net> Reply-To: sl AT psycode DOT com DOT NOSPAM NNTP-Posting-Host: 205.205.119.77 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 15 Jun 1998 18:31:52, sparhawk AT eunet DOT at (Gerhard Gruber) wrote: > usually) or, if you want to use the enum only as bits then you could use > bitfields. This way you can identify each value and you don't have to bother > to or them together (or and them apart). Tell me more about these bitfields and provide an example if possible. Thank you, Gili