📜  C++库-

📅  最后修改于: 2020-12-15 04:19:32             🧑  作者: Mango


介绍

iomanip是一个用于处理C++程序输出的库。使用C++,标头提供参数操纵器,如下所示-

参数操纵器

以下是参数操纵器-

Sr.No. Method & description
1 setiosflags

It is used to Set format flags.

2 resetiosflags

It reset format flags.

3 setbase

It is used to set basefield flag.

4 setfill

It is used to set fill character.

5 setprecision

It is used to set decimal precision.

6 setw

It is used to set field width.

7 get_money

It is used to get monetary value.

8 put_money

It is used to put monetary value.

9 get_time

It is used to get date and time.

10 put_time

It is used to put date and time.