User: Sieves

  • Public profile

User profile: Sieves

User info
User name:Sieves
History
Joined:
Number of posts:45
Latest posts:

pointers as indicis for dynamic arrays
yeah 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 arrays
I passed the address of the array using the ampersand... When i was using just [code]int i[/code] it...

pointers as indicis for dynamic arrays
for 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