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: 109fba,ec5e801e70a0a8f1 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,6154de2e240de72a X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,ec5e801e70a0a8f1 X-Google-Attributes: gid103376,public X-Google-Thread: 101deb,ec5e801e70a0a8f1 X-Google-Attributes: gid101deb,public From: VArase@varase.it.luc.edu (Verne Arase) Subject: Re: Should I learn C or Pascal? Date: 1996/08/09 Message-ID: #1/1 X-Deja-AN: 173269392 references: <4t6hrs$kid@goanna.cs.rmit.edu.au> <31FD4510.4150@voyager.co.nz> <4tkc4n$569@sjx-ixn5.ix.netcom.com> <4tqoru$kdn@overload.lbl.gov> organization: LUMC newsgroups: comp.lang.c,comp.lang.c++,comp.lang.ada,comp.lang.pl1 Date: 1996-08-09T00:00:00+00:00 List-Id: In article <4tqoru$kdn@overload.lbl.gov>, tonyk@sseos.lbl.gov (Tony Konashenok) wrote: >Another serious limitation is that fixed-point numbers can only be integer. >I can't count how many times I had to do dirty tricks to circumvent it. ... or really stupid stuff like having a numeric interger constant suddenly shift over into octal because you coded a leading zero. Yes I know a leading zero makes it octal. Yes, I know that C was originally designed to be run on much slower hardware, and some shortcuts had to be taken. Doesn't mean that I don't occasionaly get bitten by this one though :-/. --- The above are my own opinions, and not those of my employer.