Search:

Type: Posts; User: jFran

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,911

    Yeah, I have print_array(parray) and ...

    Yeah, I have


    print_array(parray)

    and


    void print_array(int **array)
  2. Replies
    8
    Views
    5,911

    Yeah, I figured passing a *parray was incorrect....

    Yeah, I figured passing a *parray was incorrect.
    But when I have it there, it works, and sorts all the random numbers in order.
    When i remove it, it will print out random addresses
  3. Replies
    8
    Views
    5,911

    Sorting random numbers using pointing arrays.

    Code that generates 25 random numbers.
    An [iarray] is set to each number.
    Another array, [parray] is set to the address of the [iarray]

    My only issue is when it prints out the new sorted digits,...
  4. Replies
    4
    Views
    908

    Cool, Thanks:)

    Cool, Thanks:)
  5. Replies
    4
    Views
    908

    Can you pass a 2 dimensional array? Ex: ...

    Can you pass a 2 dimensional array?

    Ex:


    int multiply(int A[][], int B[][], int C[][]);
  6. Replies
    4
    Views
    908

    A little help with functions.

    Sorry if this is a really noobie question. (:
    First couple of weeks in coding, just trying to learn.

    Anyways, my question was, I have a code that I need to put into functions.
    What am I suppose...
Results 1 to 6 of 6