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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,577c9f9c0cdd76d X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Confusing language, was Re: Help help.. please.i am totaly new in ada programing Date: 1999/11/09 Message-ID: <80a5f8$j48$1@nnrp1.deja.com>#1/1 X-Deja-AN: 546582174 References: <7vqgs2$lcc$1@nnrp1.deja.com> <38233108.F3540F0@ebox.tninet.se> <806716$i6c2@ftp.kvaerner.com> <807109$8m0$1@nnrp1.deja.com> <38270DC7.86553BB1@pwfl.com> X-Http-Proxy: 1.0 x31.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Nov 09 21:59:07 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-09T00:00:00+00:00 List-Id: In article , Robert A Duff wrote: > After all, I can encode 256 years in one 8-bit byte. Not in portable COBOL you can't! > So please explain > how encoding a mere 100 years in two bytes saves memory! It does in a typical COBOL environment enforcing portable code requirements. Furthermore, good style would dictate against such attempts at packing in a COBOL program, even if you did decide to tolerate the non-portability that would result from such an encoding. Sent via Deja.com http://www.deja.com/ Before you buy.