
2 Dec
2004
2 Dec
'04
12:13 a.m.
On Wed, 1 Dec 2004 15:11:03 -0500, Jody Hagins <jody-boost-011304@atdesk.com> wrote:
On Wed, 1 Dec 2004 18:17:37 +0000 Stuart Dootson <stuart.dootson@gmail.com> wrote:
Jody - I ran your code on Windows 2000, compiled with VC++ 7.1 and got similar results :
Thanks for the info. Did you have to make any changes to the code?
Just changed the timing mechanism to use QueryPerformanceCounter (Win32 call) as the VC++ runtime doesn't have gettimeofday. Stuart Dootson