Loading...

The C++ programming language

"This is a complete rewrite of the most widely read and most trusted book on C++. Based on the ANSI/ISO C++ final draft, this book covers the C++ language, its standard library, and key design techniques as an integrated whole." "The C++ Programming Language provides comprehensive...

Full description

Bibliographic Details
Main Author: Stroustrup, Bjarne
Format: Printed Book
Published: Reading, Mass. : Addison-Wesley, ©1997.
Edition:3
Subjects:
Table of Contents:
  • 1. Notes to the reader
  • 2. A tour of C++
  • 3. A tour of the standard library
  • 4. Types and declarations
  • 5. Pointers, arrays and structures
  • 6. Expressions and statements
  • 7. Functions
  • 8. Namespaces and exceptions
  • 9. Sourcefiles and programs
  • 10. Classes
  • 11. Operator overloading
  • 12. Derived classes
  • 13. Templates
  • 14. Exceptional handling
  • 15. Class hierarchies
  • 16. Library organization and containers
  • 17. Standard containers
  • 18. Algorithms and function objects
  • 19. Iterators and allocators
  • 20. Strings
  • 21. Streams
  • 22. Numerics
  • 23. Development and design
  • 24. Design and programming
  • 25. Roles of classes
  • A. The C++ grammar
  • B. Compatibility
  • C. Technicalities
  • Index.