Thread
:
Stefan/Unixmad, read. It's urgent.
View Single Post
#
7
11-02-2003, 03:50 AM
Neoreno
Cerebrate
Join Date: Aug 2001
Location: England
Posts: 1,663
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.
Neoreno
View Public Profile
View GraalOnline Profile
Visit Neoreno's homepage!
Find all posts by Neoreno