time

Started by
0 comments, last by tiger54 19 years, 2 months ago
is there something to work out time in directX with c++ i use a GetTickCout with variables but it is hard seeing the value for this variable because if you use a breakpoint/watch the ticker still goes so you never get the actual amount
Advertisement
If you use the framework of DirectX, use the
CDXUTTimer
it is better than the GetTickCount...

This topic is closed to new replies.

Advertisement