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)

.