Bjarne Stroustrup is the designer and original implementor of C++and the author of The C++Programming Lan-guage ,The Annotated C++Reference Mannual,and The Design and Evolution of C++ A graduate of the University of Aarhus,Denmark,and Cambridge University,England .
圖書目錄
Contents: Preface Preface to First Edition Introductory Material Introductory Material 1 Notes to Reader 2 A Tour of C++ 3 A Tour of the Standard Library Part I: Basic Facilities 4 Types and Declarations 5 Pointers, Arrays, and Structures 6 Expressions and Statements 7 Functions 8 Namespaces and Exceptions 9 Source Files and Programs Part II: Abstraction Mechanisms 10 Classes 11 Operator Overloading 12 Derived Classes 13 Templates 14 Exception Handling 15 Class Hierarchies Part III: The Standard Library 16 Library Organization and Containers 17 Standard Containers 18 Algorithms and Function Objects 19 Iterators and Allocators 20 Strings 21 Streams 22 Numerics Part IV: Design Using C++ 23 Development and Design 24 Design and Programming 25 Roles of Classes Appendices A The C++ Grammar B Compatibility C Technicalities D Locales E Standard Library Exception Safety Index