Re: A89: tigcc - some REAL routines this time


[Prev][Next][Index][Thread]

Re: A89: tigcc - some REAL routines this time




In a message dated 2/19/00 9:55:22 AM Eastern Standard Time, AzNgUy66@aol.com 
writes:

> while (num/=10)???? it should be a test statement that returns a true or 
>  false inside the while statement so it knos when to break out of the loop 
so 
> 
>  /= wont work.... 

Sure it will.  /= divides num by ten and then returns num.  So it keeps going 
while num!=0.


----
Jonah Cohen
<ComAsYuAre@aol.com>
http://linux.hypnotic.org/~jonah/ (down)