From: "Avi Berkovich" Newsgroups: comp.os.msdos.djgpp Subject: Bits Date: Thu, 29 Jun 2000 01:52:04 +0300 Organization: NetVision Israel Lines: 10 Message-ID: <8jdv9d$dn5$1@news.netvision.net.il> NNTP-Posting-Host: ppp149.ort.org.il X-Trace: news.netvision.net.il 962232429 14053 62.0.195.158 (28 Jun 2000 22:47:09 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 28 Jun 2000 22:47:09 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello Is there a C++ function which can manage individual bits extractions from a file? For example, if I need to get 3 bits, then 5 bits, 1 bit, etc... Demon