a stroke.. hmm your a bit like me constant headache..
maybe a mistake of syntax under c++,
i am aware of a few strange ways of typing in c++
but have not seen something like you typed.
int x=3;
x +=2; // is same as x=x+2; results in 5
x *=2 ; // performs the operation x = x * 2 results in 6 if x still was 3
x++; // x = x + 1
doing a multiply in front of a variable that you would like to assign a value..
dont think its part of c++ ?
I have half sided paralysis with aphasia and dysarthria:
I used was right-handed, but now hacks on the keyboard with the left,
therefore have little difficulty expressing myself.
You spend a little time away from programming and it seems that some things just seem to get lost in the fog and you have to make a few mistakes to clear the fog. Add a stroke to that mix and I would imagine that some of that fog gets pretty thick. Good to see that you are still plugging away.