Re: Double pointer reference
Double pointer reference By: nlp26 (1 replies) Thu, 04/10/2008 - 07:20
- Re: Double pointer reference By: rhythmdivine.vg (04/11/2008 - 16:56)
i didn't entirely understand your problem..are you referring to pointers to pointers? I believe it is possible to use pointers to pointers. But wouldn't it be more feasible to store an offset value for an array or an array index value? You can index the page number and then pass it as an argument..