"Danny" <dan.schofield@ntlworld.com> wrote in message
news:3F40F6A8.5080809@ntlworld.com...
Hi
What is the point in using pointers when the variables are assigned names?
Danny
Very liitle. This style of coding is very often used to teach newbies about
pointer.
Most of the time in real code, pointers are used to point to anonymous
dynamically allocated memory, not named variables.
john
.
|