Search:

Type: Posts; User: Arcca

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,223

    Alright, I just changed the code using the...

    Alright, I just changed the code using the assignments.
    It didn't change anything with the date function, but time function does not work anymore...

    datums.stime = time_update(datums.stime);...
  2. Replies
    8
    Views
    1,223

    How come? stime is a part of datums. I tried...

    How come? stime is a part of datums. I tried writing like this
    time_update(datums.stime);
    if(datums.stime.min==00 && datums.stime.hour==00) but it's the same result.
  3. Replies
    8
    Views
    1,223

    I just tried that, but when I change ...

    I just tried that, but when I change
    calc_time(datums); to
    datums = calc_time(datums); time does not update, so that must not be it. (And I wrote it the way we were taught to call functions.)
    I...
  4. Replies
    8
    Views
    1,223

    Function won't call function [C]

    Hello, I'm having a problem with my homework. The task is to write a program that will take time and date typed by user, and increase it by 1 minute. I should write 3 functions - first calls second...
Results 1 to 4 of 4