cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to view the Real PC Time and Date in
How to view the Real PC Time and Date in A console Application ?
Feb 28, 2014 at 8:07am UTC
abdohelal
(6)
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 UTC
IGI30
(26)
use
system(
"time"
);
Feb 28, 2014 at 9:10am UTC
abdohelal
(6)
Thanks :) .. but do you know any methods to set it to the hh:mm:ss form ?
Topic archived. No new replies allowed.