C++程序设计语言:英文版

C++程序设计语言:英文版
作 者: Bjarne Stroustrup
出版社: 高等教育出版社
丛编项: 国外优秀信息科学与技术系列教学用书
版权说明: 本书为公共版权或经版权方授权,请支持正版图书
标 签: C++
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

  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 .

内容简介

本书介绍标准C++及其编程、设计中的关键技术。标准C++较之以前的版本,功能更强大,其中许多特性,如名字空间、例外、模板、运行时类型声明等使得新技术得以直接应用。本书围绕语言及库功能来组织,内容涉及C++的主要特征及标准库,并通过系统软件领域中的实例解释说明一些关键性的概念与技术。本书作者是C++的发明人,对C++语言有着全面、深入的理解,因此他强调应将语言作为设计与编程的工具,而不仅仅是语言本身,强调只有对语言功能有了深入了解之后才能真正掌握它。本书编写的目的就是帮助读者了解C++是如何支持编程技术的,使读者能从中获得新的理解,从而成为一名优秀的编程人员和设计人员。内容:1.引论2.基本功能(类型与说明,指针、数组与结构,表达式,函数,名字空间与例外)3.抽象机制(类,运算符重载,导出类,模板,例外处理,类继承)4.标准库(库组织与容器,标准容器,算法与函数对象,迭代器与分配器,字符串,流,数值)5.C++设计(开发与设计,设计与编程,类的作用)附录

图书目录

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