This question shows research effort; it is useful and clear
14
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
C++ でプログラミングしている間、私は "+=" と "=+" の両方を混同することがよくあります。前者は実際に意味する演算子です。Visual Studio は両方を受け入れるようですが、動作が異なり、多くのバグの原因となっています。a += b が a = a+b と意味的に同等であることは知っていますが、「=+」は何をするのでしょうか?