Hello,
In the Unreal C++ course, the video about Pre vs Post Increment / Decrement in the Bull Cow Game section Mike uses d = a += 2; at 6:20, but I’m wondering why he uses += instead of just +. I’ve tried both but I seem to get the same results so I wanted to know if there is a difference and if there is when you should use += instead of just +.
Thanks in advance,
Matis