How to view the Real PC Time and Date in A console Application ?

Feb 28, 2014 at 8:07am
Hey , I want a simple code to get the Real Time and date in C++ , also i want to know that is there any methods that can i get the time and date without using using the time.h file ? ... thanks in advance :))
Feb 28, 2014 at 8:25am
use

system("time");
Feb 28, 2014 at 9:10am
Thanks :) .. but do you know any methods to set it to the hh:mm:ss form ?
Topic archived. No new replies allowed.