processor frequency

Started by
9 comments, last by 666_1337 21 years, 1 month ago
sorry for not having said you earlier, but i use gcc on linux. there is no stdafx.h. to compile the source you(tazMan)'ve written there i've needed to add

    #define BOOL int#define FALSE 0#define TRUE  1#define NULL  0#define __int64 long long  

to the source, and i still have about one page of compiler error messages.

my original problem was, that time calling functions use to be inaccurate or inefficient on my machine. anyone knows an iso-c++ function to get the time? (getClock() gets me the time with a half second of precission. but i need it to be in at last 1/100 seconds).

[edited by - 666_1337 on March 9, 2003 4:55:14 AM] [/source]

[edited by - 666_1337 on March 9, 2003 4:55:42 AM]
our new version has many new and good features. sadly, the good ones are not new and the new ones are not good

This topic is closed to new replies.

Advertisement