I'm new to C++ and really want to learn it, I'm not new to coding so I kinda know what I'm doing, but there are some things I just don't get, and I want 'em cleared up before I go any further.
I have read through the forums and FAQ but just didn't find or understand what I wanted.
So, why use pointers? Why use classes?
I've read through the tutorial on pointers throughout, but I just can't see any reason in using pointers, why don't just use the variables or memory they point to?
I've read the tutorial on classes, but I havn't really understood them yet, but I keep wondering why use them? Is it just for more clean code?
Thanks in advance, and sorry if these questions have been asked before.