cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Get boot Time
Get boot Time
Dec 27, 2014 at 7:01pm UTC
int man
(22)
Hi,
trying to get boot time programmatically
Example:
http://i59.tinypic.com/kdr3nd.jpg
Dec 27, 2014 at 7:58pm UTC
AbstractionAnon
(6954)
http://msdn.microsoft.com/en-us/library/system.environment.tickcount(v=vs.110).aspx
Dec 28, 2014 at 12:16am UTC
int man
(22)
thanks AbstractionAnon
are there another Function?
Last edited on
Dec 28, 2014 at 12:18am UTC
Dec 28, 2014 at 2:43am UTC
AbstractionAnon
(6954)
are there another Function?
Why? All you need is a little math.
Subtract the tickcount from the current time and you will get the boot time.
Topic archived. No new replies allowed.