Search:

Type: Posts; User: Malachi

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    10,535

    Thanks guys, appreciate all the trouble u went...

    Thanks guys,
    appreciate all the trouble u went through to sort it out, i'll be sure to read up a bit more before I come here again to pester y'all.

    Night!
  2. Replies
    18
    Views
    10,535

    that was to tabstop. I'm using FTN95...

    that was to tabstop.

    I'm using FTN95 silverfrost.
    i'll try the simpler one now
  3. Replies
    18
    Views
    10,535

    tried that, the program runs but hits an error on...

    tried that, the program runs but hits an error on the qsort line...
  4. Replies
    18
    Views
    10,535

    Ok I know I need the actual function in there....

    Ok I know I need the actual function in there.
    Both when I try and put it in and when I run the program u posted it comes up with the following error:

    C:\PROGRAM FILES\SILVERFROST\PROGRAMMING...
  5. Replies
    18
    Views
    10,535

    I'm not sure what the components in the qsort...

    I'm not sure what the components in the qsort function actually are.
  6. Replies
    18
    Views
    10,535

    Thanks, appreciate the gesture but to me, (who...

    Thanks,
    appreciate the gesture but to me, (who has about 15 hours experience with C) this doesn't make a whole lotta sense.
    Can you explain what that big block of code actually means pls
  7. Replies
    18
    Views
    10,535

    i put it in on the qsort line.

    i put it in on the qsort line.
  8. Replies
    18
    Views
    10,535

    yeah, I dont know what a cmp function is... or...

    yeah, I dont know what a cmp function is... or how to use it.
  9. Replies
    18
    Views
    10,535

    here's my progress

    insert

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

    char fname[128];
    char *fcontent[128];
    int i, j;
    int cmp(void *a, void *b);
  10. Replies
    18
    Views
    10,535

    Arranging a file into alphabetical order.

    Hey guys,
    just wondering if you can help me out with this program i've made. It's got a problem with the 4th component of the qsort function... not sure about the whole 'cmp (void)' thing. I just...
Results 1 to 10 of 10