Steelerz37
Senior member
I am writing a program for a class and we need to use the stat() function to get file statistics. How can I convert the unix timestamp into a date string? I've found examples using php and c# using already built functions, are there similar functions in c++?