Quote:
Originally Posted by Jared341
What is it that you want to do with pointers that Java's pass by reference system can't do exactly?
|
Pointer arithmetic. It can be useful if used properly. However, I wouldn't encourage students new to C++ to use pointer arithmetic on the robot, unless of course, you want them to experience the frustration of the dreaded "Seg Fault".