Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: System Time  (Read 1869 times)

0 Members and 1 Guest are viewing this topic.

NicholasArdens

  • Newbie
  • *
  • Posts: 6
    • View Profile
System Time
« 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.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
System Time
« Reply #1 on: August 09, 2011, 08:38:16 pm »
SFML doesn't provide this feature, you can take a look at the <ctime> header.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

NicholasArdens

  • Newbie
  • *
  • Posts: 6
    • View Profile
System Time
« Reply #2 on: August 09, 2011, 08:55:32 pm »
Thank ya kindly, so say I do.