View Single Post
  #8 (permalink)  
Old 10-17-2006, 01:13 PM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Credits: 0
Rep Power: 10
smith is on a distinguished road
Default

Your setTimeout does not work, that is the problem. I'm trying to figure out why it doesn't work right now.
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Reply With Quote