[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re:Off topic: Win32 time function
- From: Enrico Colombini <erix@...>
- Date: Wed, 12 Jun 2002 16:26:50 +0200
>Windows 95/98/Me: The system timer runs at approximately 55ms.
I still get 1 ms (I looked into this when I had to do some animation).
>From <time.h> on my C++ Builder:
#define CLOCKS_PER_SEC 1000.0
#define CLK_TCK 1000.0
I don't know if this is a second Win32 call (different from old DOS
clock()) or a Borland extension, I've never used a Microsoft compiler.
Enrico