Malfunctioning Overload/ Calling Private FunctionI must be going crazy. I found the problem, it was between the screen and the chair.
Malfunctioning Overload/ Calling Private FunctionI am calling it in a public function (populateMovements) in class Person. It also builds and runs wi...
Malfunctioning Overload/ Calling Private Functionthe private populatePossibleMoves()
Malfunctioning Overload/ Calling Private Functionhi, To me it looks like I'm calling a private function. Am I actually doing that? [code]class Move...
header guards and #pragma onceHonestly I would have never spotted that on my own. Thanks!