为了账号安全,请及时绑定邮箱和手机立即绑定

c++ 如何读取 文件 中的 浮点数?

c++ 如何读取 文件 中的 浮点数?

C++
侃侃无极 2019-03-22 19:14:25
c++ 如何读取 文件 中的 浮点数?
查看完整描述

3 回答

?
绝地无双

TA贡献1946条经验 获得超4个赞

1

2

3

4

5

6

7

8

9

10

#include<iostream>

#include<iomanip>

using namespace std;

int main()

{

    double num=0.0000001;

    /* 浮点显示并设置精度为7 */

    cout<<setiosflags(ios::fixed)<<setprecision(7)<<num<<endl;

    return 0;

}

 


查看完整回答
反对 回复 2019-03-27
  • 3 回答
  • 0 关注
  • 1120 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信