pointers as indicis for dynamic arraysyeah it works i think i'm cheating by passing the value at the address though oh well...
pointers as indicis for dynamic arrays[code]int getlargest(int &list, int count, int i) //this function goes through the data stored in th...
pointers as indicis for dynamic arrays[code]int getlargest(int *list, int count) //this function goes through the data stored in the dynam...
pointers as indicis for dynamic arraysI passed the address of the array using the ampersand... When i was using just [code]int i[/code] it...
pointers as indicis for dynamic arraysfor this program i am required to use a pointer for every variable i declare. I have only one proble...
This user does not accept Private Messages