C++程序设计语言(特别版·影印版)
¥62.00定价
作者: Bjarne Stroustrup
出版时间:2001-08
出版社:高等教育出版社
- 高等教育出版社
- 9787040100952
- 1版
- 52845
- 44211891-5
- 异16开
- 2001-08
- 1032
- 工学
- 软件工程
- TP312C
- 计算机科学与技术
- 本科 研究生(硕士、EMBA、MBA、MPA、博士)
内容简介
《国外优秀信息科学与技术系列教学用书:C++程序设计语言(特别版)(影印版)》介绍标准C++及其编程、设计中的关键技术。标准C++较之以前的版本,功能更强大,其中许多特性,如名字空间、例外、模板、运行时类型声明等使得新技术得以直接应用。本书围绕语言及库功能来组织,内容涉及C++的主要特征及标准库,并通过系统软件领域中的实例解释说明一些关键性的概念与技术。
《国外优秀信息科学与技术系列教学用书:C++程序设计语言(特别版)(影印版)》作者是C++的发明人,对C++语言有着全面、深入的理解,因此他强调应将语言作为设计与编程的工具,而不仅仅是语言本身,强调只有对语言功能有了深入了解之后才能真正掌握它。本书编写的目的就是帮助读者了解C++是如何支持编程技术的,使读者能从中获得新的理解,从而成为一名优秀的编程人员和设计人员。
《国外优秀信息科学与技术系列教学用书:C++程序设计语言(特别版)(影印版)》作者是C++的发明人,对C++语言有着全面、深入的理解,因此他强调应将语言作为设计与编程的工具,而不仅仅是语言本身,强调只有对语言功能有了深入了解之后才能真正掌握它。本书编写的目的就是帮助读者了解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
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