C/C++中字符串与数字转换

论坛 期权论坛 期权     
C语言与C++编程   2019-6-16 21:52   2502   0
作者:wxquare
链接:https://www.cnblogs.com/wxquare/p/6529027.html
本文总结了四种字符串和数字相互转换的方法,方法一和方法二是c++中的方法,方法三和方法四是C语言库函数的方法。

方法一:c++11中string中添加了下面这些方法帮助完成字符串和数字的相互转换

  • stod stof stoi stol stold stoll stoul stoull
    函数原型:float stof (const string& str, size_t* idx = 0);
  • to_string to_wstring
    函数原型:string to_string (float val);

[code]#include
#include

using namespace std;
int main() {
    cout
分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:200
帖子:40
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP