C++/κΈ°ν
[C++] Compund Assignment Operator
Chan Lee
2023. 12. 7. 17:23
lhs op= rhs
μ λ°©μμΌλ‘ μλνλ€.
ex) cost += item * tax // cost = cost + (item * tax)