View Single Post
  #7  
Old 11-02-2003, 03:50 AM
Neoreno Neoreno is offline
Cerebrate
Neoreno's Avatar
Join Date: Aug 2001
Location: England
Posts: 1,663
Neoreno is on a distinguished road
Send a message via AIM to Neoreno
Quote:
Originally posted by Loriel

It is 10000 iterations without delay, so....
[code]while (true) {
for (i = 0; i < 10000; i ++)
do_malicious_things();
sleep 0.1;
}
Then it's not really an infinite loop in the traditional sense
__________________

Quote:
Exitus Acta Probat: The Outcome Justifies the Deed.
Reply With Quote