如何在C / C ++中将字符串转换为双精度?
这是将字符串转换为double的示例。
示例
#include <iostream>
using namespace std;
int main() {
char s[20] = "18.2894 is a number";
char *p;
double result;
result = strtod(s, &p);
cout<<"The number after conversion of string : "<<result;
return(0);
}输出结果
The number after conversion of string : 18.289400
在上述程序中,声明了一个用字母数字字符初始化的char类型数组s[20]。该函数strtod()用于将该字符串转换为双数。
char s[20] = "18.2894 is a number"; char *p; double result; result = strtod(s, &p);
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短