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: "Srinivasan, R" Subject: Re: Bit manipulation facilities in Ada Date: 1998/11/21 Message-ID: <737gmk$9f1$1@nw001t.infi.net>#1/1 X-Deja-AN: 414320851 References: <36573C4D.DA431821@physics.purdue.edu> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: InfiNet Newsgroups: comp.lang.ada Date: 1998-11-21T00:00:00+00:00 List-Id: I wish I could take this course. Compression and Cryptology are two of my pet interests. I have written a fair bit of code in Ada in this arena. IMHO Ada is perfect for this purpose. C in particular is horrible IMHO -- if you ever want to go back and study the programs sometime later on. In spite of the years of C programming experience, I find even code from reputable journals like Dr Dobbs are somewhat unintelligble. If you would like some samples, I will be happy to send them. Robert T. Sagris wrote in message <36573C4D.DA431821@physics.purdue.edu>... >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