How to add INT type to CSTRING type string?
such as
int i = 10;
Then add 10 as a string to the end of a CSTRING string, not the ASCII 10 character.
It doesn't work with +
Such a problem, my last processing method is to convert int to char, and then save it into a character array, and then directly connect the two character arrays. Note: the difference between int and char is 48