Prev: Signing a File!
Next: DirectX SDK error in C++ program
From: Jerry Coffin on 11 Sep 2009 12:55 In article <cf419320-532b-4e58-87b9-9ef785cb1ce9 @b25g2000prb.googlegroups.com>, gambler.hush(a)gmail.com says... > > Hi, > I am currently learning C using VS 2005 at a local college and we have > an assignment that requires me to print a start time (for a sort > function of 100,000 records), a finish time and the time (in > seconds:milliseconds) taken to complete the sort. You've already gotten a couple of hints, but perhaps one more would be helpful: GetProcessTimes() and/or GetThreadTimes() might be useful. -- Later, Jerry. |