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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7cef40bf61b29e8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Binary opperations under Ada? Date: Sat, 21 Aug 2010 01:39:08 +0200 Organization: Ada At Home Message-ID: References: <65WdnYGzoPP4k_LRnZ2dnUVZ_ridnZ2d@giganews.com> NNTP-Posting-Host: C0dyV9+bbkFboHRKTUMzpg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.61 (Win32) Xref: g2news1.google.com comp.lang.ada:13554 Date: 2010-08-21T01:39:08+02:00 List-Id: Le Sat, 21 Aug 2010 01:23:17 +0200, Trogdor a =C3=A9cri= t: > Greetings! Great, nice opening for a bombing (lol, reference to your previous messa= ge) > -) I want to read in a raw binary file and perform bit manipulation > on the data. Suppose you have a model for these data ? Bits, is just low level = representation, OK ? > -) I vaguely remember seeing a post about a module package for low > level stuff, cut han no longer find it in the group. Low level does not necessarily implies modular types. You talked about = bits-representation, while we may better talk about Representation, as a= = single word. Bits may be part of the party, or may not be. Depends on th= e = representation, the model, etc. > -) All (four) of my Ada books were written in the '90's and don't > help much with this subject. What you need was already there in Ada 83 if I am not wrong. > -) I am running GNAT under MinGW under WinXP 64. > > Could some kind soul please... > - Let me know just what I am looking for. > - Where do I get it? Depends on many things. I could tell you about some most common solution= s = in this area, but will not until you tell more aboute the data models, t= he = data representations, and other possible requirements. > - Where do I read about it so I don't have to pester the group with > dozens of questions? Asking questions is not pesting! Always better to ask question than stay= = ignorant or live with wrong assumptions. > Thanks in Advance! You welcome, ... and =E2=80=9CWelcome Aboard=E2=80=9D as some ones will = not be long to = tell you