Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!hp-pcd!hpcvia!brianh From: brianh@hpcvia.CV.HP.COM (brian_helterline) Newsgroups: comp.lang.c Subject: Re: representation of integers (was: # to the nth power) Message-ID: <31530028@hpcvia.CV.HP.COM> Date: 8 Nov 90 16:25:56 GMT References: <5236@ima.ima.isc.com> Organization: Hewlett-Packard Co., Corvallis, Oregon Lines: 22 jamiller@hpcupt1.cup.hp.com (Jim Miller) writes: >>In article <226@smds.UUCP> rh@smds.UUCP (Richard Harter) writes: >>> for (y=x,sqrtx=1;y>0;) {ysave = y;y =/ 16;sqrtx =* 4;} >> >>Wow. >> >>This man has been programming in C for a *long* time. I'm impressed. >> >>(quiz: why do I come to this conclusion?) >>-- >>Peter da Silva. `-_-' >Because: >>> for (y=x,sqrtx=1;y>0;) {ysave = y;y =/ 16;sqrtx =* 4;} ^^ > Is not ANSII, and has been considered bad form for years and years and ... ^^^^^ > On the other hand, I wonder if maybe he is actually very young and > still makes typo's -- unlike us old coots :-) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ What is ANSII? a typo? or the ASCII version of ANSI? ;)