Search:

Type: Posts; User: Manseed

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,862

    Thank you so much!!! Works perfectly! I like...

    Thank you so much!!! Works perfectly! I like the way you did it much much better :) Thanks again
  2. Replies
    5
    Views
    2,862

    Also im compiling with these options: gcc...

    Also im compiling with these options:

    gcc -ansi -pedantic -Wall -O2



    if that helps.. thanks for any replies
  3. Replies
    5
    Views
    2,862

    If i do that, then i get this error at...

    If i do that, then i get this error at compilation:

    hw6.c:205: invalid type argument of `->'
    hw6.c:205: invalid type argument of `->'
    hw6.c:207: warning: control reaches end of non-void function
  4. Replies
    5
    Views
    2,862

    Ok.. here's the whole program: (I know my...

    Ok.. here's the whole program:
    (I know my checks for NULL after malloc and realloc are screwy, but i dont think that would be the cause of the problem.)



    #include <stdlib.h>
    #include...
  5. Replies
    5
    Views
    2,862

    qsort problems... help!

    Hi im new to this board but ive heard great things about it, and hopefully someone can help me out here:

    Im trying to use the built in c function qsort to sort my table of characters and their...
Results 1 to 5 of 5