Search:

Type: Posts; User: kl3pt0.2256

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,545

    The thing is though, I'm using time() for the...

    The thing is though, I'm using time() for the timestamp, and in order to do that, I need to have the asctime(localtime(&ltime)), so how do I create the asctime() function. Am I able to do it like...
  2. Replies
    2
    Views
    1,545

    Need help printing time to a file.

    Hello everyone, I have been trying to figure out how to write the current system time to a file. I came across this code:



    int main()
    {
    time_t ltime;
    ltime=time(NULL);...
Results 1 to 2 of 2