I had a feeling a month of c++ wouldn't get it in place so it's nice to get some feedback. At least I know I need to practice some more and read a bit more also.
I did know that if you cout a pointer you'll get the memory address and not the variable value itself hence them always being integers, if that is what you meant.
Still much appreciate the response.
Regarding the member variable.
I think I kinda switched around local and member didn't I?
Local being class visible and member being function specific.
Again much appreciated!