Course List: http://www.c-jump.com/bcc/

cis155_Ch11a_format


  1. Week 9. Ch.11, Numeric Output Format
  2. Output format examples
  3. Numerical Base Output
  4. Hexadecimal and octal notation
  5. Hexadecimal and octal notation example
  6. Manipulators for Integer Data Types
  7. cin interpretation of 0 and 0x prefixes
  8. Manipulators for Floating-point Data Types
  9. Manipulators for Floating-point Data Types, cont.
  10. Scientific Notation
  11. Normalized Scientific Notation
  12. Default: fixed-point notation
  13. Floating-point Precision
  14. Floating-point format and precision example
  15. Miscellaneous manipulator examples
  16. String stream and floating-point precision
  17. Output field width
  18. Output field width, cont.
  19. Fill Character
  20. Field Alignment
  21. Alignment of Numeric Fields
  22. Credits