.*
------解决方案-------------------- Apply pointer to class member (objects)
------解决方案-------------------- Left to right
------解决方案--------------------
//
------解决方案-------------------- ->*
------解决方案-------------------- Dereference pointer to class member
------解决方案-------------------- Left to right
------解决方案--------------------
//
------解决方案-------------------- *
------解决方案-------------------- Multiplication
------解决方案-------------------- Left to right
------解决方案--------------------
//
------解决方案-------------------- /
------解决方案-------------------- Division
------解决方案-------------------- Left to right
------解决方案--------------------
//
------解决方案-------------------- %
------解决方案-------------------- Remainder (modulus)
------解决方案-------------------- Left to right
------解决方案--------------------
//
------解决方案-------------------- +
------解决方案-------------------- Addition
------解决方案-------------------- Left to right
------解决方案--------------------