Part I: Introductory Material
1. Notes to the Reader .. 3
2. A Tour of C++: The Basics 37
3. A Tour of C++: Abstraction Mechanisms .. 59
4. A Tour of C++: Containers and Algorithms . 87
5. A Tour of C++: Concurrency and Utilities 111
· · · · · ·
(更多)
Part I: Introductory Material
1. Notes to the Reader .. 3
2. A Tour of C++: The Basics 37
3. A Tour of C++: Abstraction Mechanisms .. 59
4. A Tour of C++: Containers and Algorithms . 87
5. A Tour of C++: Concurrency and Utilities 111
Part II: Basic Facilities
6. Types and Declarations .. 135
7. Pointers, Arrays, and References 171
8. Structures, Unions, and Enumerations . 201
9. Statements . 225
10. Expressions 241
11. Select Operations . 273
12. Functions .. 305
13. Exception Handling 343
14. Namespaces .. 389
15. Source Files and Programs .. 419
Part III: Abstraction Mechanisms 447 447
16. Classes 449
17. Construction, Cleanup, Copy, and Move 481
18. Overloading . 527
19. Special Operations. 549
20. Derived Classes 577
21. Class Hierarchies 613
22. Run-Time Type Information .. 641
23. Templates .. 665
24. Generic Programming .. 699
25. Specialization 721
26. Instantiation .. 741
27. Templates and Hierarchies 759
28. Metaprogramming 779
29. A Matrix Design . 827
· · · · · · (收起)
[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. (查看原文)
3 有用 ◇ 2016-03-18 23:21:12
次凹影印也这么贵
5 有用 QingQ 2020-09-03 12:43:18
这本书全面介绍了基于C++11标准的现代C++语言。作为进阶阅读书目,强烈建议学习C++的同学阅读。因为这本书里随处可见作者对于C++实践的宝贵建议,推荐多读几遍,多总结。影印版把第四部分单独成册,可能是在书本厚度上做一个折中吧。再次强烈建议阅读英文原版,虽然Dr. Stroustrup的书是我读过最别扭的英文原版,不过正好多读几遍。机工的这个影印版尤为推荐,一改以往小家子气,开本和字体都适中,纸... 这本书全面介绍了基于C++11标准的现代C++语言。作为进阶阅读书目,强烈建议学习C++的同学阅读。因为这本书里随处可见作者对于C++实践的宝贵建议,推荐多读几遍,多总结。影印版把第四部分单独成册,可能是在书本厚度上做一个折中吧。再次强烈建议阅读英文原版,虽然Dr. Stroustrup的书是我读过最别扭的英文原版,不过正好多读几遍。机工的这个影印版尤为推荐,一改以往小家子气,开本和字体都适中,纸张质量也好,对得起这个价格。 (展开)
0 有用 Planck🌌🧬🧠🌈 2021-03-21 21:29:43
Broad thinking in C++'s design and general programing topics. Need repeated reading and practices.
1 有用 额滴神啊 2019-03-26 22:03:39
好贵一本砖 可以拍死我
0 有用 阿拉雷 2024-09-10 02:51:41 河南
英文版有没有习题集?