little help / point in the right direction

Hello guys!

i'm new to the forum and the language itself, I want to work on a project but I'm not exactly sure on where to start.

I wanted to make a program that gets the current time in the format (hours/minutes/seconds/milliseconds) along with some other things but this is the most important thing at the moment. Any idea of the types of headers I might need? A snippet code or better just link me a section which describes the certain type of function I might need to use.

Thanks in advance. :)
Last edited on
You might check out the reference section for <ctime> and <chrono>.

http://www.cplusplus.com/reference/ctime/
http://www.cplusplus.com/reference/chrono/ (added in C+11)
Thank you very much for the assistance, I will be sure to check them out.
Topic archived. No new replies allowed.