Hi,

GetTickCount calculates the time in milliseconds,,

Whereas I want one to calc it in ticks (about 1/10000000 sec)

In .Net framework there is a class named "Stopwatch", this class has a property called ElapsedTicks,, I need something like this in C++,,

Can anyone help me??

NOTE: I don't want to use .Net Framework,

wait for your response,,,

BYe..