I want to change a integer into string,such as 1213 to "1213",first i want to use itoa(s, 1213, 10) ,but the itoa is not a standard function, can you tell me how to do it?
[Non-text portions of this message have been removed]
I want to change a integer into string,such as 1213 to "1213",first i want to use itoa(s, 1213, 10) ,but the itoa is not a standard function, can you tell me how to do it?
[Non-text portions of this message have been removed]