Search:

Type: Posts; User: Jax

Search: Search took 0.01 seconds.

  1. Thread: Sorting Arrays

    by Jax
    Replies
    3
    Views
    2,286

    sorting

    I guess I didn't explain myself very well. I am dealing with a 2D array for double, 2D array for char, char, long and intergers. I am not suppose to use qsort for some reason. I wouldn't be able to...
  2. Thread: Sorting Arrays

    by Jax
    Replies
    3
    Views
    2,286

    Sorting Arrays

    You all probably have no trouble with this but I do. I am sorting two dimensional arrays. Don't have any idea how to do this. Never done it before. But this is what I have.
    double temp2[][];
    long...
  3. Replies
    9
    Views
    1,602

    please help : arrays/parameters

    Hey, A couple of questions.
    I am unsure how twodimensional arrays work
    This is what I have.
    //calling the function
    calc_pay(emp_counter, *wg_hr_py);
    //function calc_pay
    void calc_pay(int...
  4. Thread: parameter passing

    by Jax
    Replies
    4
    Views
    1,527

    parameter passing

    Another question.
    I have to calculate the weekly pay using two dimensional arrays. My teach emailed me back saying that my parameters should say void calc_pay(int emp_counter, wg_hr_py[i][x])
    but...
  5. Replies
    1
    Views
    2,326

    Two dimensional arrays

    Just a few q's for ya. Don't Have A Clue if this is right.
    Reading a file, using toupper and two dimensional arrays for this part of the program. This is what I have....
Results 1 to 5 of 5