Path: utzoo!attcan!uunet!decwrl!sun-barr!cs.utexas.edu!asuvax!stjhmc!jim.nutt From: jim.nutt@stjhmc.fidonet.org (jim nutt) Newsgroups: comp.lang.c Subject: Re: # to the nth power Message-ID: <29950.273B7960@stjhmc.fidonet.org> Date: 10 Nov 90 02:53:10 GMT Organization: St. Joseph's Hospital/Medical Ctr, Phoenix, AZ Lines: 24 In a message of Peter da Silva (peter@ficc.ferranti.com ) writes: PdS> In article <226@smds.UUCP> rh@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@stjhmc.fidonet.org