Does anybody know why when I try to use the get_money, put_money functions in <iomanip>, It only displays the integer part of the value using cout? Even if I set fixed and setpricision(2) in cout? I t does the same thing when I execute the sample code.