From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8309f2bc055237c4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-11-08 20:00:32 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!hermes.visi.com!news-out.visi.com!nntp.flash.net!news.flash.net!not-for-mail From: "Ken Garlington" Newsgroups: comp.lang.ada References: <8u8v6n$b7o$1@nnrp1.deja.com> <2WTH$pdrCfOd@eisner.decus.org> <8ub6kt$6nd$1@nnrp1.deja.com> <8ubeq8$cgm$1@nnrp1.deja.com> <8ubld2$hdd$1@nnrp1.deja.com> <8ubsdm$nef$1@nnrp1.deja.com> Subject: Re: Bit manipulation X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Thu, 09 Nov 2000 04:00:30 GMT NNTP-Posting-Host: 216.215.86.151 X-Complaints-To: abuse@flash.net X-Trace: news.flash.net 973742430 216.215.86.151 (Wed, 08 Nov 2000 22:00:30 CST) NNTP-Posting-Date: Wed, 08 Nov 2000 22:00:30 CST Organization: FlashNet Communications, http://www.flash.net Xref: supernews.google.com comp.lang.ada:1920 Date: 2000-11-09T04:00:30+00:00 List-Id: : Ada83: for certain things like bit manipulations, you have to : use compiler-dependent libraries or interface with bits : of code in C. I've done huge numbers of bit manipulations in Ada83 without doing either of these options.