Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Bibliography
PrevUpHome
  • Standard Documents:
    1. ISO/IEC 14882:98 (C++98 Standard)
    2. ISO/IEC 9899:1999 (C99 Standard)
    3. ISO/IEC 10967-1 (Language Independent Arithmetic (LIA), Part I, 1994)
    4. ISO/IEC 2382-1:1993 (Information Technology - Vocabulary - Part I: Fundamental Terms)
    5. ANSI/IEEE 754-1985 [and IEC 60559:1989] (Binary floating-point)
    6. ANSI/IEEE 854-1988 (Radix Independent floating-point)
    7. ANSI X3/TR-1-82 (Dictionary for Information Processing Systems)
    8. ISO/IEC JTC1/SC22/WG14/N753 C9X Revision Proposal: LIA-1 Binding: Rationale
  • Papers:
    1. David Goldberg What Every Computer Scientist Should Know About Floating-Point Arithmetic
    2. Prof. William Kahan papers on floating-point.

PrevUpHome