C++ int与string互转换

int转string

to_string函数

string转int

标准库中atoi函数
对于其他类型也都有相应的标准库函数,比如浮点型atof(),long型atol()等等

参考

https://www.cnblogs.com/smile233/p/8379802.html

posted @ 2021-07-20 20:17  小帆敲代码  阅读(63)  评论(0)    收藏  举报