Timing Function
Query PerformanceCounter is a Win32 function used for high precision timing...I was just wondering if it would be possible to use the same function to time an operation in a Win32 console application too...please let me know...thanks
Thanks...I tried using the function with a CLAPACK routine in my program but I got build errors in the header file clapack.h...have you ever come across such a problem?