Quantcast
Viewing all articles
Browse latest Browse all 20

Date manipulation question

First thing why not simply use time_t or SYSTEMTIME etc to get the time .

 time_t rawtime;
 time ( &rawtime );

or

 SYSTEMTIME st, lt;    
    GetSystemTime(&st);
    GetLocalTime(&lt);  

and then calculate the difference between time and store it in string or do watever you want.

Thanks


Rupesh Shukla


Viewing all articles
Browse latest Browse all 20

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>