C++17 Standard Library Quick Reference by Peter Van Weert & Marc Gregoire

C++17 Standard Library Quick Reference by Peter Van Weert & Marc Gregoire

Author:Peter Van Weert & Marc Gregoire
Language: eng
Format: epub
ISBN: 9781484249239
Publisher: Apress


dec, oct, hex

Use a decimal, octal, or hexadecimal base for integer I/O.

showbase

For integer I/O, write or expect the base prefix as specified with dec, oct, or hex. When performing monetary I/O, std::put_money() prefixes values with the locale-dependent currency symbol, and std::get_money() requires a currency symbol prefix.

showpoint

Always use a locale-dependent decimal separator character for floating-point I/O, even if the decimal part is zero.

showpos

Use a + character for non-negative numeric I/O.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.