Integer to string without sprintf

后端 未结 0 595
心在旅途
心在旅途 2021-02-08 19:04

How can I convert integer to string like the one below

sprintf(data, " value is %d", i);

data is a char array & i an integer

I couldn\'t use s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题