View Single Post
Old Oct 12th, 2006, 8:04 AM   #3
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 3 Narue is on a distinguished road
>how would you guys define the relation between arrays and pointers? how are these two related?
In object context they're unrelated. In value context an array is often treated as a pointer, so they have similar properties. That's the simple explanation, but fully understanding what it means to you is a lot harder.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote