C++中能用itoa把int型转化为string吗?

日期:2015-09-24 08:26:24 人气:1

C++中能用itoa把int型转化为string吗?

可以转换成字符串,应该是char*的,具体看itoa的声明。
    A+
热门评论