# to the nth power
jim nutt
jim.nutt at stjhmc.fidonet.org
Sat Nov 10 13:53:10 AEST 1990
In a message of <Nov 05 21:40> Peter da Silva (peter at ficc.ferranti.com )
writes:
PdS> 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;}
PdS> Wow.
PdS> This man has been programming in C for a *long* time. I'm impressed.
PdS> (quiz: why do I come to this conclusion?)
answer: because he is using the obsolescent forms of the assignment
operators.. (/=, *=, etc.)
jim nutt
'the computer handyman'
--
Uucp: ...{gatech,ames,rutgers}!ncar!asuvax!stjhmc!jim.nutt
Internet: jim.nutt at stjhmc.fidonet.org
More information about the Comp.lang.c
mailing list