Search:

Type: Posts; User: zoombie1

Search: Search took 0.01 seconds.

  1. Thread: Pointers

    by zoombie1
    Replies
    6
    Views
    1,287

    Salem, Thanks! That works great! Now, I am...

    Salem,

    Thanks! That works great! Now, I am running into the next problem. How do i pass a3 into a function and how do I access it in the function?

    Thanks in advance for your help.
  2. Thread: Pointers

    by zoombie1
    Replies
    6
    Views
    1,287

    reply

    CommonTater, thanks for your suggestion. Ii need to create an array of pointers because I have a set of "a" arrays that I need to use depends on the situation.

    If you use:


    int *ptr[3] =...
  3. Thread: Pointers

    by zoombie1
    Replies
    6
    Views
    1,287

    Pointers

    Hi,
    I am having trouble with creating array of pointers and accessing the elements in the array.

    For example:

    int a1[10][20];
    int a2[10][20];
    int a3[10][20];

    How do I create array of...
Results 1 to 3 of 3