《C++程序设计 英文 第8版 影印版》PDF下载

  • 购买积分:26 如何计算积分?
  • 作  者:(美)萨维奇(Walter Savitch)著
  • 出 版 社:北京:清华大学出版社
  • 出版年份:2015
  • ISBN:7302386445
  • 页数:1026 页
图书介绍:

Chapter 1 Introduction to Computers and C++ Programming 1

Chapter 2 C++ Basics 39

Chapter 3 More Flow of Control 109

Chapter 4 Procedural Abstraction and Functions That Return a Value 177

Chapter 5 Functions for All Subtasks 247

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

Chapter 7 Arrays 373

Chapter 8 Strings and Vectors 441

Chapter 9 Pointers and Dynamic Arrays 493

Chapter 10 Defining Classes 525

Chapter 11 Friends,Overloaded Operators,and Arrays in Classes 601

Chapter 12 Separate Compilation and Namespaces 685

Chapter 13 Pointers and Linked Lists 721

Chapter 14 Recursion 769

Chapter 15 Inheritance 811

Chapter 16 Exception Handling 867

Chapter 17 Templates 899

Chapter 18 Standard Template Library 931

Appendices 987

1 C++ Keywords 987

2 Precedence of Operators 988

3 The ASCII Character Set 990

4 Some Library Functions 991

5 Inline Functions 998

6 Overloading the Array Index Square Brackets 999

7 The this Pointer 1001

8 Overloading Operators as Member Operators 1004

Index 1006