Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE3535851@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: need to use the timer Date: Mon, 15 Feb 1999 12:28:34 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com masonjoyers AT hotmail DOT com writes: > i need to use the timer under allegro. i want to get 2 times, and > compare them. > can any one help? thanks. It's difficult to say anything very useful when you are so vague about exactly what you are trying to do. Have you read the docs about the timer functions? Have you looked at the example programs? (eg. ex7.c). Have you considered that perhaps you could use a libc routine like clock(), and might not need the Allegro code at all? (look up "info libc func time"). Please try to be a bit more descriptive about exactly what you have tried, what doesn't work, and which things you don't understand: then we will know enough to say something useful in response. Shawn Hargreaves.