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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1922c4740861327c X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Bit manipulation facilities in Ada Date: 1998/11/24 Message-ID: #1/1 X-Deja-AN: 415266618 References: <36573C4D.DA431821@physics.purdue.edu> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1998-11-24T00:00:00+00:00 List-Id: "Robert T. Sagris" writes: > I'm thinking about taking an Data Security and Encryption course. > The language for programming projects is open to the students. > > I was wondering if any one could recommend any books that demonstrate > low level bit manipulation in Ada. > > I already have > > Ada as a Second Language > By: Cohen If this is the second edition (subtitled "based on Ada 95"), see page 118. He discusses bit-wise operations on modular types. I didn't find anything on packed Boolean arrays, which is another way to do bit manipulation. If you don't have the Ada 95 edition, go get it! I don't have the other books you mentioned. -- Stephe