Search:

Type: Posts; User: cougarsmustangs

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    4,373

    am i on the right track? I compiled this and its...

    am i on the right track? I compiled this and its still showing pretty much the same errors


    #include <stdio.h>


    int dt;


    struct date
  2. Replies
    7
    Views
    4,373

    I compiled it and its still showing errors: ...

    I compiled it and its still showing errors:






    $ vim ex9.5.c
  3. Replies
    7
    Views
    4,373

    how about now? #include ...

    how about now?



    #include <stdio.h>


    struct date
    {
    int month;
  4. Replies
    7
    Views
    4,373

    my attempt: (but the compiler is showing many...

    my attempt: (but the compiler is showing many errors which i couldn't seem to figure out)



    #include <stdio.h>




    struct dateAndTime clockKeeper (struct dateAndTime dt)
  5. Replies
    7
    Views
    4,373

    Struct Problem

    Question: Write a function called clockKeeper that takes as its argument a dateAndTime structure. THe function should call the timeUpdate function, and if the time reaches midnight, the function...
Results 1 to 5 of 5