Search:

Type: Posts; User: newprogrammer32

Search: Search took 0.01 seconds.

  1. Please help me figure out what is wrong with my program!

    Problem A: Wedding Invitations (invite.c)
    Though Arup wants to just send a free E-vitation to all of his guests for his wedding, his fiancee will have none of it. She has put her foot down and has...
  2. Replies
    9
    Views
    1,963

    part of the second for loop: While i < number...

    part of the second for loop:

    While i < number events that week, i++
    (for example the first week there are 10 events)

    Use an example from your text file to try out the next part:

    (The first...
  3. Replies
    2
    Views
    1,078

    Sorry for the grammatical error: What is the...

    Sorry for the grammatical error:
    What is the easiest way to do this?..
  4. Replies
    2
    Views
    1,078

    Assigning values in array

    I want to assign the value 1 to each index between two numbers,

    for example: between 3 and 9

    index[3] = 1....index[9] =1

    what is this easiest way to do this?
  5. Replies
    2
    Views
    802

    I fixed one bug, there was an extra period after...

    I fixed one bug, there was an extra period after schedule.txt..
  6. Replies
    2
    Views
    802

    Help with array program

    The instructions were to use a file (schedule.txt) to make sure that there are no overlapping events in a schedule.

    The first line of the file is an integer: number of weekly schedules, the second...
Results 1 to 6 of 6