We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- C++
- STL
- Print Pretty
- Discussions
Print Pretty
Print Pretty
Sort by
recency
|
183 Discussions
|
Please Login in order to post a comment
IIt helped me, Thank you so much.
Sicne they have included iomanip
Rounding up the second input of each entry of three doubles is not occuring consistently. In test case two, the twelfth entry of three doubles, the second entry, 963.015, the expected output is __+963.01 which is not rounded up. However, then, in the 29th entry of three doubles, the second double entry is 218.895 with the expected output of __+218.90 which is rounded up. This shoudl be corrected or clarified.
Can I sare a issue similer like this here?
cout << left << hex << showbase << nouppercase << (long)A<< endl;
cout << setw(0xf) << right << setfill('_') << showpos << setprecision(2) << fixed << B << endl;
cout << scientific << uppercase << setprecision(9) << noshowpos << C << endl;
HTH
Thanks, --Sourav.