Im trying to make a operator overload for '+=' where I will use it to add a int value to a class called "player" to its private int "points". I'm new to this kind of stuff and I'm pretty bad at c++ overall. I've tried several things but I can't get it to work.