News

Note that all this applies only to already declared arrays. Once an array is declared, pointers give us an alternative way to access them, but we cannot replace the array declaration itself with a ...
So I've made my first tentative steps into C++ ... using SDL to put together a very simple game to help me learn the ropes. I feel that I now have a basic grasp of references and pointers.