how to get the system time in mili second
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
hi i want to write a log file for my application how can i get time in mili second.Is there any function to get time in mili second please help me thank u malik
-
hi i want to write a log file for my application how can i get time in mili second.Is there any function to get time in mili second please help me thank u malik
-
hi i want to write a log file for my application how can i get time in mili second.Is there any function to get time in mili second please help me thank u malik
GetSystemTime[^] But if you only need milisecond to check for a time difference (for example how much msec elapsed between two points in your program), then it is much more easier to use GetTickCount[^]
Cédric Moonen Software developer
Charting control [v1.2]