representation of integers (was: # to the nth power)

Jim Miller jamiller at hpcupt1.cup.hp.com
Wed Nov 7 03:39:25 AEST 1990


>In article <226 at smds.UUCP> rh at 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  :-)

   jim miller
   jamiller at hpmpeb7.cup.hp.com
   (a.k.a James A. Miller; Jim the JAM; stupid; @!?$$!; ... )
   Anything I say will be used against me ...
   But my company doesn't know or approve or condone anything of mine here.



More information about the Comp.lang.c mailing list