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,start X-Google-Attributes: gid103376,public From: "Robert T. Sagris" Subject: Bit manipulation facilities in Ada Date: 1998/11/21 Message-ID: <36573C4D.DA431821@physics.purdue.edu>#1/1 X-Deja-AN: 414310280 Content-Transfer-Encoding: 7bit Organization: Purdue University Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-11-21T00:00:00+00:00 List-Id: 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 Ada 95: Problem Solving and Program Design By: Feldman and Koffman Ada Programming and Methodology By: Findlay etc. None of which seem to cover this in any detail. The Professor has already recommended C for its built in Bit operators. But I would like to try it in Ada, as I've never used in a class. I could use the practice. Robbi Sagris