Search:

Type: Posts; User: EvoTone

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    6,970

    Easy to Read Chopped Down Version!

    #include <stdio.h>

    int main()
    {
    int month=0, day=0, year=0, sMonth=0, sDay=0, sYear=0, dMonth=0, dDay=0, dYear=0, days=0;
    printf ("Input first date in MM/DD/YY format: \n\n");
    ...
  2. Thread: C Ranges

    by EvoTone
    Replies
    20
    Views
    4,615

    To all who lent a hand..Thank You!!

    You are right I found that I can test for the upper value but, the lower doesn't seem to work due to the fact that "January" is displayed everytime julian is greater than i.

    Thanks guys!! I have...
  3. Thread: C Ranges

    by EvoTone
    Replies
    20
    Views
    4,615

    Thanks!!

    Thanks dwks

    That fixed the two errors.
  4. Thread: C Ranges

    by EvoTone
    Replies
    20
    Views
    4,615

    SKeane

    /* ***************************
    *C Program Code::Blocks v1.0 *
    *Written by: EvoTone *
    *Date: Sept., 2006 *
    **************************** */...
  5. Thread: C Ranges

    by EvoTone
    Replies
    20
    Views
    4,615

    Corrected with code tag

    Thanks for the tip on wrapping evaluations but, what I don't want is for you guys to write my
    program for me. Cause then I have no idea what the code does in a step-by-step method. And I am none the...
  6. Thread: C Ranges

    by EvoTone
    Replies
    20
    Views
    4,615

    Thanks for the help but, I tryed it like you...

    Thanks for the help but, I tryed it like you wrote it and I get

    *syntax error of the && inputs

    Any other help would be appreciated.

    ...
  7. Thread: C Ranges

    by EvoTone
    Replies
    20
    Views
    4,615

    C Ranges

    Hope some one can help: I am new to programming and need to learn how to set up a range. Hope I am wording this right but, I am working on a project that requests user input(an integer) now after the...
Results 1 to 7 of 8