Hey guys! I wanted to start programming a simple 2D "Hello World" with SDL but I don't understand one this : "*". What does the symbol * mean? It's used in so many places when programming graphics and stuff, and nowhere does anyone say what it is and what it means. Is it so easy and I'm just stupid to have missed it? Many thanks! :)
That's a sign of tutorials that are of poor quality. I wouldn't recommend using that tutorial, but the one on this site. And instead of the NULL macro you should be using nullptr.