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 cov...
Main Author: | |
---|---|
Format: | Book |
Language: | English |
Published: |
Reading, Mass. : New Delhi :
Addison-Wesley ; Pearson Education,
c2000.
|
Edition: | 3rd ed. |
Subjects: | |
Classic Catalogue: | View this record in Classic Catalogue |
Table of Contents:
- 1. Notes to the Reader
- 2. Tour of C++
- 3. 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. Source Files and Programs
- 10. Classes
- 11. Operator Overloading
- 12. Derived Classes
- 13. Templates
- 14. Exception 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 Cases
- App. A. C++ Grammar
- App. B. Compatibility
- App. C. Technicalities.