C++面向对象程序设计(第7版影印版)

C++面向对象程序设计(第7版影印版)
作 者: 萨维奇
出版社: 清华大学出版社
丛编项:
版权说明: 本书为出版图书,暂不支持在线阅读,请支持正版图书
标 签: VC++
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

  Walter Savitch 加州大学圣迭戈分校荣誉退休教授。加州大学伯克利校区博士,曾担任加州大学圣迭戈分校计算机科学系教授和认知科学跨学科博士项目主任。他在复杂性理论和并行计算模型方面具有重要贡献,研究领域包括形式语言理论和计算语言学等。

内容简介

《C++面向对象程序设计(第7版 影印版)》是最优秀的c++入门教材,深受师生欢迎。作者结合自己多年的教学经验,根据教学大纲精心设计并编写了书中内容。与此同时,还采用了很多便于读者巩固所学知识的教学特征,比如各章开始处的小节总览,书中随处可见的总结框、编程提示和编程陷阱,各章结尾处的小结、习题和编程项目等。这些非常适合初学者掌握重要的编程概念。全书共18章,8个附录。在讲解c++基础知识之后,直接引导学生深入函数、i/o流、类、控制流程、命名空间、数组、字符串、指针和动态数组、递归、模板、指针和链表、派生类、异常以及标准模板库。

图书目录

Table of Location of Video Notes

Inside front cover

Chapter 1 Introduction to Computers and C++ Programming

Chapter 2 C++ Basics

Chapter 3 More Flow of Control

Chapter 4 Procedural Abstraction and Functions That Return a Value

Chapter 5 Functions for All Subtasks

Chapter 6 I/O Streams as an Introduction to Objects and Classes

Chapter 7 Arrays

Chapter 8 Strings and Vectors

Chapter 9 Pointers and Dynamic Arrays

Chapter 10 Defining Classes

Chapter 11 Friends, Overloaded Operators, and Arrays in Classes

Chapter 12 Separate Compilation and Namespaces

Chapter 13 Pointers and Linked Lists

Chapter 14 Recursion

Chapter 15 Inheritance

Chapter 16 Exception Handling

Chapter 17 Templates

Chapter 18 Standard Template Library

Appendices

1 C++ Keywords

2 Precedence of Operators

3 The ASCII Character Set

4 Some Library Functions

5 Inline Functions

6 Overloading the Array Index Square Brackets

7 The this Pointer

8 Overloading Operators as Member Operators

Index