Search:

Type: Posts; User: Boboki

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    2,634

    *sigh* I'm a freaken idiot. Thank you for all...

    *sigh* I'm a freaken idiot.

    Thank you for all your help so far :)


    I kept trying to do stuff like array_A[] = num1[] and just messing around with * and & makes.


    So umm, why don't I have...
  2. Replies
    8
    Views
    2,634

    This code is really long, so I really can't post...

    This code is really long, so I really can't post all of it




    int print_Array(int x[]);

    int exchange(int x[], int y[]);

    int sort_Array(int x[], int flag);
  3. Replies
    8
    Views
    2,634

    Help swapping 2 arrays

    This whole pointer thing is really baffling me =(

    I have to create a function that swaps 2 arrays. I know how to create the function, I know how to swap the arrays inside the function, but I...
  4. Replies
    9
    Views
    2,005

    C student doesn't understand directions

    "Check the return value from timesTable. If it is less zero then print out an error message to the user."


    I don't know what this means :confused:

    Does it involve that return(0); thing we...
Results 1 to 4 of 4