Thread: being my ignorant old self....

  1. #1
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942

    being my ignorant old self....

    i wonder how to make the program wait for a second before continuing.


    ie. delay(1) some thing like that.

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Code:
     
    sleep(x);
    where x, I believe is in miliseconds...but I'm not sure about that, do a search on the board and I'm sure you'll come up with something more

    axon

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  3. #3
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    thanx all!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. car accident - ever been involved?
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 11-07-2002, 03:46 PM
  2. Smoker?
    By minesweeper in forum A Brief History of Cprogramming.com
    Replies: 81
    Last Post: 07-23-2002, 04:41 PM
  3. knowledge corrupts
    By Sentaku senshi in forum A Brief History of Cprogramming.com
    Replies: 63
    Last Post: 06-07-2002, 11:12 AM
  4. What annoys you the most?
    By The15th in forum A Brief History of Cprogramming.com
    Replies: 97
    Last Post: 01-09-2002, 12:34 PM