Thread: Little advice?

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    5

    Little advice?

    I have a couple questions, is there a wait command?

    So if you want to do a cheesy script like

    Code:
    cout<<"waiting.. ";
    --"Insert wait code"--
    cout<<"waiting... ";
    --"Insert wait code"--
    cout<<"Complete ";

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    What you're looking for is called a sleep function, but there isn't a standard one. What platform are you on? Windows?

  3. #3
    Registered User
    Join Date
    Feb 2005
    Posts
    5
    yep windows xp o.s.

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Advice on C Programming with MSVC++ 2008
    By IT_Guy in forum Windows Programming
    Replies: 1
    Last Post: 03-06-2009, 04:23 AM
  2. girl friend advice (prob. the wrong place)
    By B0bDole in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 10-22-2004, 06:38 PM
  3. need advice on project
    By lambs4 in forum C Programming
    Replies: 2
    Last Post: 07-23-2003, 01:06 PM
  4. need hardware advice....
    By forgottenPWord in forum Tech Board
    Replies: 5
    Last Post: 03-23-2003, 09:12 AM
  5. Newbie: Seek advice
    By gogo in forum C++ Programming
    Replies: 4
    Last Post: 11-06-2001, 10:04 AM