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,f71c159449d6e114,start X-Google-Attributes: gid103376,public From: Ensco Vendor Subject: Ada 83 - avoiding unchecked conversions. Date: 1996/11/27 Message-ID: <329C63BC.41C6@lmco.com>#1/1 X-Deja-AN: 201055245 content-type: text/plain; charset=us-ascii organization: ENSCO mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02 (X11; I; AIX 2) Date: 1996-11-27T00:00:00+00:00 List-Id: we have two 16 bit integers which we need to assemble into a single 32 bit integer (one is high order, the other low order). We wish to avoid unchecked conversion if we can. Is there a standard accepted way of doing this? Mary Cronk ENSCO at Lockheed Martin, Owego, NY, US mary.m.cronk@lmco.com