Hello,
I’m wondering how I would get the absolute time with C++
I have a vendor’s dll that gives me a variable that is of datatype double and it is supposed to be the absolute time since 00:00:00 January 1, 1970…when I try to output the variable i get 1.29011E+10
I’m thinking that I might need to put some code around this but have never messed with absolute time before and have no clue on where to begin…
If anyone has knowledge of this, any help is appreciated greatly..
Thanks
CK