From: preacher AT yoyo DOT cc DOT monash DOT edu DOT au (Robert Clayton) Newsgroups: comp.os.msdos.djgpp Subject: Game loop Date: 27 Aug 1998 04:22:09 GMT Organization: Monash Uni Lines: 7 Distribution: world Message-ID: <6s2mth$c70$1@towncrier.cc.monash.edu.au> NNTP-Posting-Host: yoyo.cc.monash.edu.au NNTP-Posting-Date: 27 Aug 1998 04:22:09 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm using the standard dos timing function to return a time at the start of my loop and then a time at the end of my loop. If not enough time has passed I wait. The problem is, one time unit is still too slow. How can I test in smaller units?