Using standard C++ functions how can i get the current time from my system since noon?
I tried:
This won't work.Qt Code:
time_t hours; hours= time(&hours); last_time=hours-12;To copy to clipboard, switch view to plain text mode
Using standard C++ functions how can i get the current time from my system since noon?
I tried:
This won't work.Qt Code:
time_t hours; hours= time(&hours); last_time=hours-12;To copy to clipboard, switch view to plain text mode
Bookmarks