Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Need help writing Delay function


  • Please log in to reply

#1
gmv

gmv

    New Member

  • Member
  • Pip
  • 2 posts
Hi,
I am doing a project and i would like to know if anyone can please tell me how to write a delay or wait function in c++ which works asynchronously with other programs.


Thank you,
GMV
  • 0

Advertisements


#2
Swandog46

Swandog46

    Malware Expert

  • Member
  • PipPipPipPip
  • 1,026 posts
  • MVP
What operating system are you working in? Most OS's have a system call called sleep. In Windows, it is (#include <windows.h>):

void Sleep(int ms)

which sleeps for ms milliseconds. In Unix, the C standard runtime library (#include <unistd.h>) has:

unsigned int sleep (unsigned int seconds)

:tazz:
  • 0

#3
gmv

gmv

    New Member

  • Topic Starter
  • Member
  • Pip
  • 2 posts
we are using XP. It gives an error on "unistd.h", a fatal error
  • 0

#4
Swandog46

Swandog46

    Malware Expert

  • Member
  • PipPipPipPip
  • 1,026 posts
  • MVP
Do you have the C runtime libraries? What compiler are you using? You can't get a fatal error just from including a standard library (unless you perhaps don't have the GNU libraries in the first place).
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP