You spelled it wrong,
change into
CString temp = temp+CString(_ T(" times "));
The reason for the error is that you added an integer variable m and a string.
The compiler cannot find a matching overloaded operator+.