gpt4 book ai didi

c++ - cout中 `fixed`的反义词是什么?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:11:50 26 4
gpt4 key购买 nike

使用 cout 时, <iomanip> 中定义的默认格式化程序是什么标题?换句话说,一旦我将格式化程序设置为 fixed使用 cout << fixed << setPrecision(2) ,如何改回来?或者,我要将其改回什么

最佳答案

答案是 C++11 中的 std::defaultfloat。要在 C++03 中实现这一点,您可以这样做

cout.unsetf(std::ios_base::floatfield);

参见 Really, what's the opposite of "fixed" I/O manipulator?

关于c++ - cout中 `fixed`的反义词是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7422200/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com