Search:

Type: Posts; User: afnitti

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,207

    I still don't completely understand what to do. ...

    I still don't completely understand what to do. I'm kinda new with this stuff, so if you could be a bit more specific that would help, thanks.
  2. Replies
    4
    Views
    1,207

    Help with reading a file

    if I have a file, marks.dat:
    8
    5 9 3 7 8 7 8 9

    How to I read the first line(8) and put it into num_marks, and put the rest of the numbers into an array (marks[])?
  3. Replies
    9
    Views
    3,513

    I still need more help, I don't know what I'm...

    I still need more help, I don't know what I'm doing. If you could be more specific, with your help because I'm kinda new to programing.
  4. Replies
    9
    Views
    3,513

    Basically I want to know how to compare "entry"...

    Basically I want to know how to compare "entry" and "exit" to "town", in the search function.
  5. Replies
    9
    Views
    3,513

    Can someone at least give me a few idea's of what...

    Can someone at least give me a few idea's of what to do? I'm kinda in crunch time here and some help would be greatly appreciated. Thanks.
  6. Replies
    9
    Views
    3,513

    This is what I have so far, I'm not quite sure...

    This is what I have so far, I'm not quite sure how to do the search function?



    #include <string.h>
    #include <stdio.h>


    main()
    {
  7. Replies
    9
    Views
    3,513

    HELP with Program!

    This is what I have to do:

    A bus line called the World's Longest Street Bus Line, wants you to write a program that produces a billing report based on passenger trips and cost of trips. The...
Results 1 to 7 of 7