PDA

Click to See Complete Forum and Search --> : timer


udit99
Feb 2nd, 2002, 12:53 AM
I need a function in C++ that can stall/pause my program for a pre-determined time interval(in seconds).

parksie
Feb 2nd, 2002, 08:16 AM
#include <windows.h>

// ...

Sleep(milliseconds);