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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1eda8da8a6221ea7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-17 18:45:03 PST From: "Vladimir Bednikov" Newsgroups: comp.lang.ada Subject: bitwise operations in Ada95 Date: Wed, 18 Jul 2001 10:58:42 +0930 Organization: Defence Science and Technology Organisation Message-ID: <9j2p76$6is$1@fang.dsto.defence.gov.au> NNTP-Posting-Host: n21-162.dsto.defence.gov.au X-Trace: fang.dsto.defence.gov.au 995420198 6748 131.185.21.162 (18 Jul 2001 01:36:38 GMT) X-Complaints-To: postmaster@dsto.defence.gov.au NNTP-Posting-Date: 18 Jul 2001 01:36:38 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news1.optus.net.au!optus!yorrell.saard.net!fang.dsto.defence.gov.au!not-for-mail Xref: archiver1.google.com comp.lang.ada:10112 Date: 2001-07-18T01:36:38+00:00 List-Id: Hi all. Is there a way of performing bitwise operations on basic types, e.g, integers, floats etc as in the bitwise and '&' and bitwise or '|' in c. thanks in advance