Erle Robotics C++ GitBook

Pointers


Memory addresses, or pointers, allow us to manipulate data much more flexibly; manipulat­ing the memory addresses of data can be more efficient than manipulating the data itself.In this chapter we will learn how to use them.