View Single Post
Old Feb 27th, 2006, 3:05 PM   #7
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by Eric the Red
However, is there really a point to be using pointers in this program?
Well, there is always a point, but in this case no need. Since you exactly know how much memory you are using (basically a car object, and two integers) there is indeed no need for them.
It is good to practice them though, because practice makes perfect (it is said) .
Polyphemus_ is offline   Reply With Quote