摘要: C++中int整型转换为字符型数组 第一种方式:itoa(由于安全机制,C++中使用是_itoa_s) 通过itoa函数可以实现由整型到字符型数组的转换(_itoa_s) _itoa_s ( int value, char *buffer, size_t sizeInCharacters, //存放 阅读全文
posted @ 2022-02-21 22:49 小康规划 阅读(1639) 评论(0) 推荐(0)