Re: problem passing pointer array
- From: vippstar@xxxxxxxxx
- Date: Mon, 30 Jun 2008 08:59:05 -0700 (PDT)
On Jun 30, 6:33 pm, pereges <Brol...@xxxxxxxxx> wrote:
Hi, can some one please tell me why this program is not able toChange int ***b to int **b.
function properly. I have a array a and i am trying to create a
pointer array b which points to elements less than 40 in a.
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
void create_ptr_list(int *a, int ***b, int n, int *size_ptr)
Change the 'int **b' in your main() to int *b.
.
- Follow-Ups:
- Re: problem passing pointer array
- From: pereges
- Re: problem passing pointer array
- References:
- problem passing pointer array
- From: pereges
- problem passing pointer array
- Prev by Date: Re: Newbie Question about multiple system calls within loops
- Next by Date: [ot]Re: program won't work
- Previous by thread: problem passing pointer array
- Next by thread: Re: problem passing pointer array
- Index(es):