SFML community forums

Help => Window => Topic started by: NicholasArdens on August 09, 2011, 07:44:43 pm

Title: System Time
Post by: NicholasArdens on August 09, 2011, 07:44:43 pm
I'm not sure if I missed it somewhere in a tutorial or the documentation what have you, but is there a method for pulling the system time from the computer in SFML, or do I need to use C++'s methods for this.
Title: System Time
Post by: Nexus on August 09, 2011, 08:38:16 pm
SFML doesn't provide this feature, you can take a look at the <ctime> header (http://www.cplusplus.com/reference/clibrary/ctime/).
Title: System Time
Post by: NicholasArdens on August 09, 2011, 08:55:32 pm
Thank ya kindly, so say I do.