Path: utzoo!attcan!uunet!snorkelwacker!apple!voder!procase!roger From: roger@procase.UUCP (Roger H. Scott) Newsgroups: comp.lang.c++ Subject: Re: Overloading [] to read and write to a bit array Keywords: bit, array, c++, [] Message-ID: <173@logo.procase.UUCP> Date: 11 Jul 90 01:20:56 GMT References: <13053@shlump.nac.dec.com> Reply-To: roger@procase.UUCP (Roger H. Scott) Organization: proCASE Corporation, Santa Clara, CA Lines: 6 In article <13053@shlump.nac.dec.com> heintze.peewee.enet.dec.com (Sieg Heintze) writes: >Can someone provide an example of overloading the [] operator to read as well >as write to a bit array? This topic (effectively) was discussed fairly thoroughly several months ago. I have a fairly nifty solution to this, but I'd rather not type it in again unless you can't find the original.