Why Do You Have To Use Different Pointers For Arrays?So when if you want to change the values themselves for example in an array (just for example) this ...
I don't understand Double Pointers?So I understand pointers for example [code] int a = 10; int* b; b = &a; [/code] Now b hol...
Using qsort I Don't Understand?Right this makes more sense now that it's dereferencing the casted pointer to an integer.
Using qsort I Don't Understand?So I understand basic pointers etc. but I don't get how you're quite supposed to read this. So in ...
What are pointers parameters in functions for?So I know you can use this in examples like [code] void changeInt(int &i) { i += 5; } [/cod...
This user does not accept Private Messages