home *** CD-ROM | disk | FTP | other *** search
- Path: news.bs.tpl.net!news
- From: Dieter Lⁿcking <luecking@braunschweig.netsurf.de>
- Newsgroups: comp.lang.c++
- Subject: bitfield
- Date: Mon, 15 Apr 1996 22:44:55 +0200
- Organization: IRD InterNet Services GmbH
- Message-ID: <3172B547.1F54@braunschweig.netsurf.de>
- NNTP-Posting-Host: plueckin.braunschweig.netsurf.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win95; I)
-
- Problem:
-
- struct BITS
- {
- int bits : 3;
- };
-
- BITS array[8];
-
- How much memory needs array ?
-
- Danke Dieter
-
-