What’s the difference between ClassName* p and ClassName p
Exaplain me please difference between Player p
and Player* p
.
Why i should write like this:
C++: How do I pass the a function pointer into an array through an intermediary object that later gets deleted
I’m in a pointer mess.