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 .
目录
· · · · · ·
Preface
Preface to Second Edition
Preface to First Edition
Introductory Material
1 Notes to the Reader
2 A Tour of C++
· · · · · ·
(更多)
Preface
Preface to Second Edition
Preface to First Edition
Introductory Material
1 Notes to the 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
· · · · · · (收起)
[2.13.4]2.Whether all string literals are distinct (that is, are stored in nonoverlapping objects) is implementation-defined. The effect of attempting to modify a string literal is undefined. (查看原文)
A namespace is a scope. Thus, "namespace" is a very fundamental and relatively simple conecpt. The larger a program is, the more useful namespaces are to express logical separations of its parts. Ordinary local scopes, global scopes, and classes are namespaces. (查看原文)
0 有用 glibc 2012-08-08 21:35:28
学习C++的最重要一本书,但不应是第一本书。高屋建瓴。拜一下。
0 有用 心无所著 2010-10-07 19:25:29
十年,终于读完了,虽然还没有完全理解,但早已被大师所折服 看完第一遍,着手第二遍
0 有用 lxhscx 2013-01-29 14:51:44
C++之父的C++讲解。
0 有用 Julian 2011-07-24 20:41:07
哈,01年刚出版就购买了——但是读了好久 :( 这么多年过去了,还是bs自己的书最经典呀
0 有用 石蜗牛 2011-11-14 21:04:46
全英文,后面看不下去了。。。